summaryrefslogtreecommitdiffstats
path: root/kcron/ktlistitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcron/ktlistitem.cpp')
-rw-r--r--kcron/ktlistitem.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kcron/ktlistitem.cpp b/kcron/ktlistitem.cpp
index 02cd163..ef2ad0e 100644
--- a/kcron/ktlistitem.cpp
+++ b/kcron/ktlistitem.cpp
@@ -15,13 +15,13 @@
#include "ctcron.h"
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)
{
}