summaryrefslogtreecommitdiffstats
path: root/kcron/ktlisttasks.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcron/ktlisttasks.cpp')
-rw-r--r--kcron/ktlisttasks.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kcron/ktlisttasks.cpp b/kcron/ktlisttasks.cpp
index 1c21556..db153e6 100644
--- a/kcron/ktlisttasks.cpp
+++ b/kcron/ktlisttasks.cpp
@@ -24,14 +24,14 @@
#include "kttask.h"
#include "ktprint.h"
-KTListTasks::KTListTasks(KTListItem* tqparent, CTCron* _ctcron) :
- KTListItem(tqparent, 0, _ctcron)
+KTListTasks::KTListTasks(KTListItem* parent, CTCron* _ctcron) :
+ KTListItem(parent, 0, _ctcron)
{
refresh();
}
-KTListTasks::KTListTasks(TQListView* tqparent, CTCron* _ctcron) :
- KTListItem(tqparent, 0, _ctcron)
+KTListTasks::KTListTasks(TQListView* parent, CTCron* _ctcron) :
+ KTListItem(parent, 0, _ctcron)
{
refresh();
}