summaryrefslogtreecommitdiffstats
path: root/kplato/kptdatetable.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
commit04766b207afba7961d4d802313e426f5a2fbef63 (patch)
treec888ea1027c793e2d0386a7e5a1a0cd077b03cb3 /kplato/kptdatetable.h
parentb6edfe41c9395f2e20784cbf0e630af6426950a3 (diff)
downloadkoffice-04766b207afba7961d4d802313e426f5a2fbef63.tar.gz
koffice-04766b207afba7961d4d802313e426f5a2fbef63.zip
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
Diffstat (limited to 'kplato/kptdatetable.h')
-rw-r--r--kplato/kptdatetable.h12
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);
/**