summaryrefslogtreecommitdiffstats
path: root/libkdepim/ktimeedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkdepim/ktimeedit.h')
-rw-r--r--libkdepim/ktimeedit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libkdepim/ktimeedit.h b/libkdepim/ktimeedit.h
index 1bd86bdf..b783fc54 100644
--- a/libkdepim/ktimeedit.h
+++ b/libkdepim/ktimeedit.h
@@ -47,7 +47,7 @@ class KDE_EXPORT KTimeEdit : public TQComboBox
TQ_OBJECT
public:
/** constructs a new time edit. */
- KTimeEdit(TQWidget *tqparent=0, TQTime qt=TQTime(12,0), const char *name=0);
+ KTimeEdit(TQWidget *parent=0, TQTime qt=TQTime(12,0), const char *name=0);
virtual ~KTimeEdit();