diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:14:58 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:14:58 -0600 |
commit | 9e5c87c89567a98c3344c90e392a27715437334c (patch) | |
tree | 6c1dd96ae0ba38b7e8f0a492d591881f44f474da /kjots/kjotsentry.h | |
parent | 53904b41cf005abbae3d468532db9adc2b04a9b4 (diff) | |
download | tdeutils-9e5c87c89567a98c3344c90e392a27715437334c.tar.gz tdeutils-9e5c87c89567a98c3344c90e392a27715437334c.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kjots/kjotsentry.h')
-rw-r--r-- | kjots/kjotsentry.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kjots/kjotsentry.h b/kjots/kjotsentry.h index a0260c8..d80a219 100644 --- a/kjots/kjotsentry.h +++ b/kjots/kjotsentry.h @@ -46,13 +46,13 @@ namespace TDEIO class Job; } -class KJotsEntryBase : public TQObject, public KListViewItem +class KJotsEntryBase : public TQObject, public TDEListViewItem { Q_OBJECT public: - KJotsEntryBase(KListView*, TQListViewItem*); - KJotsEntryBase(KListViewItem*, TQListViewItem*); + KJotsEntryBase(TDEListView*, TQListViewItem*); + KJotsEntryBase(TDEListViewItem*, TQListViewItem*); public: virtual void setSubject(const TQString&); @@ -101,8 +101,8 @@ class KJotsBook : public KJotsEntryBase Q_OBJECT public: - KJotsBook(KListView*, TQListViewItem* after = 0); - KJotsBook(KListViewItem*, TQListViewItem* after = 0); + KJotsBook(TDEListView*, TQListViewItem* after = 0); + KJotsBook(TDEListViewItem*, TQListViewItem* after = 0); ~KJotsBook(); static bool isBookFile(const TQString& book); |