summaryrefslogtreecommitdiffstats
path: root/kjots/kjotsentry.h
diff options
context:
space:
mode:
Diffstat (limited to 'kjots/kjotsentry.h')
-rw-r--r--kjots/kjotsentry.h10
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);