diff options
Diffstat (limited to 'lib/kotext/TimeFormatWidget.h')
-rw-r--r-- | lib/kotext/TimeFormatWidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kotext/TimeFormatWidget.h b/lib/kotext/TimeFormatWidget.h index 62ee6957..3fd2c8bf 100644 --- a/lib/kotext/TimeFormatWidget.h +++ b/lib/kotext/TimeFormatWidget.h @@ -8,7 +8,7 @@ class TimeFormatWidget : public TimeDateFormatWidgetPrototype TQ_OBJECT public: - TimeFormatWidget( TQWidget* tqparent = 0, const char* name = 0, WFlags fl = 0 ); + TimeFormatWidget( TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); ~TimeFormatWidget(); TQString resultString(); int correctValue(); |