diff options
Diffstat (limited to 'kcron/ktlistcron.cpp')
-rw-r--r-- | kcron/ktlistcron.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kcron/ktlistcron.cpp b/kcron/ktlistcron.cpp index 05dadb3..288f848 100644 --- a/kcron/ktlistcron.cpp +++ b/kcron/ktlistcron.cpp @@ -19,22 +19,22 @@ #include "kticon.h" #include "ktprint.h" -KTListCron::KTListCron(KTListItem* parent, const char* name, +KTListCron::KTListCron(KTListItem* tqparent, const char* name, CTCron* _ctcron) : - KTListItem(parent, name, _ctcron) + KTListItem(tqparent, name, _ctcron) { refresh(); } -KTListCron::KTListCron(TQListView* parent, const char* name, +KTListCron::KTListCron(TQListView* tqparent, const char* name, CTCron* _ctcron) : - KTListItem(parent, name, _ctcron) + KTListItem(tqparent, name, _ctcron) { refresh(); } -KTListCron::KTListCron(TQListView* parent, CTCron* _ctcron) : - KTListItem(parent, (const char*)0, _ctcron) +KTListCron::KTListCron(TQListView* tqparent, CTCron* _ctcron) : + KTListItem(tqparent, (const char*)0, _ctcron) { refresh(); } |