From 9e5c87c89567a98c3344c90e392a27715437334c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:14:58 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- kjots/kjotsentry.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kjots/kjotsentry.h') 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); -- cgit v1.2.3