diff options
Diffstat (limited to 'src/gui/datewidget.h')
-rw-r--r-- | src/gui/datewidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/datewidget.h b/src/gui/datewidget.h index 9575af9..7a1a599 100644 --- a/src/gui/datewidget.h +++ b/src/gui/datewidget.h @@ -32,7 +32,7 @@ Q_OBJECT TQ_OBJECT public: - SpinBox(int min, int max, TQWidget *tqparent); + SpinBox(int min, int max, TQWidget *parent); }; /** @@ -43,7 +43,7 @@ Q_OBJECT TQ_OBJECT public: - DateWidget(TQWidget* tqparent, const char* name = 0); + DateWidget(TQWidget* parent, const char* name = 0); ~DateWidget() {} TQDate date() const; |