From 04766b207afba7961d4d802313e426f5a2fbef63 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 22:19:39 +0000 Subject: rename the following methods: tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kplato/kptdatetable.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'kplato/kptdatetable.h') 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); /** -- cgit v1.2.1