diff options
Diffstat (limited to 'src/ktlistitem.cpp')
-rw-r--r-- | src/ktlistitem.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ktlistitem.cpp b/src/ktlistitem.cpp index 02c921c..27fd7be 100644 --- a/src/ktlistitem.cpp +++ b/src/ktlistitem.cpp @@ -14,13 +14,13 @@ KTListItem::KTListItem(KTListItem* parent, const char* name, CTCron* _ctcron) : - QListViewItem(parent, name), + TQListViewItem(parent, name), ctcron(_ctcron) { } -KTListItem::KTListItem(QListView* parent, const char* name, CTCron* _ctcron) : - QListViewItem(parent, name), +KTListItem::KTListItem(TQListView* parent, const char* name, CTCron* _ctcron) : + TQListViewItem(parent, name), ctcron(_ctcron) { } |