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