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