diff options
Diffstat (limited to 'kcron/ktlistitem.cpp')
-rw-r--r-- | kcron/ktlistitem.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kcron/ktlistitem.cpp b/kcron/ktlistitem.cpp index ef2ad0e..d8ef4c2 100644 --- a/kcron/ktlistitem.cpp +++ b/kcron/ktlistitem.cpp @@ -14,14 +14,14 @@ #include "ctcron.h" -KTListItem::KTListItem(KTListItem* parent, const char* name, CTCron* _ctcron) : - TQListViewItem(parent, name), +KTListItem::KTListItem(KTListItem* tqparent, const char* name, CTCron* _ctcron) : + TQListViewItem(tqparent, name), ctcron(_ctcron) { } -KTListItem::KTListItem(TQListView* parent, const char* name, CTCron* _ctcron) : - TQListViewItem(parent, name), +KTListItem::KTListItem(TQListView* tqparent, const char* name, CTCron* _ctcron) : + TQListViewItem(tqparent, name), ctcron(_ctcron) { } |