diff options
Diffstat (limited to 'kplato/kptdatetable.h')
-rw-r--r-- | kplato/kptdatetable.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kplato/kptdatetable.h b/kplato/kptdatetable.h index 65e0d05f..815a86e9 100644 --- a/kplato/kptdatetable.h +++ b/kplato/kptdatetable.h @@ -57,7 +57,7 @@ signals: void closeMe(int); public: DateInternalWeekSelector(int fontsize, - TQWidget* tqparent=0, + TQWidget* parent=0, const char* name=0); int getWeek() const; void setWeek(int week); @@ -100,7 +100,7 @@ public: /** * The constructor. */ - DateInternalMonthPicker(int fontsize, TQWidget* tqparent, const char* name=0); + DateInternalMonthPicker(int fontsize, TQWidget* parent, const char* name=0); /** * The size hint. */ @@ -160,7 +160,7 @@ signals: void closeMe(int); public: DateInternalYearSelector(int fontsize, - TQWidget* tqparent=0, + TQWidget* parent=0, const char* name=0); int getYear() const; void setYear(int year); @@ -202,7 +202,7 @@ public: /** * The contructor. Creates a dialog without buttons. */ - PopupFrame(TQWidget* tqparent=0, const char* name=0); + PopupFrame(TQWidget* parent=0, const char* name=0); /** * Set the main widget. You cannot set the main widget from the constructor, * since it must be a child of the frame itselfes. @@ -245,7 +245,7 @@ private: class DateValidator : public TQValidator { public: - DateValidator(TQWidget* tqparent=0, const char* name=0); + DateValidator(TQWidget* parent=0, const char* name=0); virtual State validate(TQString&, int&) const; virtual void fixup ( TQString & input ) const; State date(const TQString&, TQDate&) const; @@ -260,7 +260,7 @@ public: /** * The constructor. */ - DateTable(TQWidget *tqparent=0, TQDate date=TQDate::tqcurrentDate(), + DateTable(TQWidget *parent=0, TQDate date=TQDate::tqcurrentDate(), const char* name="DateTable", WFlags f=0); /** |