summaryrefslogtreecommitdiffstats
path: root/kalarm/timeselector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kalarm/timeselector.cpp')
-rw-r--r--kalarm/timeselector.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kalarm/timeselector.cpp b/kalarm/timeselector.cpp
index 0c88d93c..31e69d74 100644
--- a/kalarm/timeselector.cpp
+++ b/kalarm/timeselector.cpp
@@ -34,8 +34,8 @@
TimeSelector::TimeSelector(const TQString& selectText, const TQString& postfix, const TQString& selectWhatsThis,
- const TQString& valueWhatsThis, bool allowHourMinute, TQWidget* tqparent, const char* name)
- : TQFrame(tqparent, name),
+ const TQString& valueWhatsThis, bool allowHourMinute, TQWidget* parent, const char* name)
+ : TQFrame(parent, name),
mLabel(0),
mReadOnly(false)
{