diff options
Diffstat (limited to 'libkdepim/ktimeedit.h')
-rw-r--r-- | libkdepim/ktimeedit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkdepim/ktimeedit.h b/libkdepim/ktimeedit.h index 1bd86bdf1..b783fc543 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(); |