diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
commit | 36a36a5c1015aa0d03f4515c401e907ddb9d6291 (patch) | |
tree | 0212ba6d2c749043134005a41f2bd0379619d40f /korganizer/incidencechanger.h | |
parent | 4c6f8d69e2d1501837affb472c4eb8fec4462240 (diff) | |
download | tdepim-36a36a5c1015aa0d03f4515c401e907ddb9d6291.tar.gz tdepim-36a36a5c1015aa0d03f4515c401e907ddb9d6291.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'korganizer/incidencechanger.h')
-rw-r--r-- | korganizer/incidencechanger.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/korganizer/incidencechanger.h b/korganizer/incidencechanger.h index 09a2bda61..bfbac8512 100644 --- a/korganizer/incidencechanger.h +++ b/korganizer/incidencechanger.h @@ -35,8 +35,8 @@ class IncidenceChanger : public KOrg::IncidenceChangerBase Q_OBJECT TQ_OBJECT public: - IncidenceChanger( Calendar *cal, TQObject *tqparent ) - : IncidenceChangerBase( cal, tqparent ) {} + IncidenceChanger( Calendar *cal, TQObject *parent ) + : IncidenceChangerBase( cal, parent ) {} ~IncidenceChanger() {} bool beginChange( Incidence *incidence, @@ -45,27 +45,27 @@ class IncidenceChanger : public KOrg::IncidenceChangerBase bool sendGroupwareMessage( Incidence *incidence, KCal::Scheduler::Method method, KOGlobals::HowChanged action, - TQWidget *tqparent ); + TQWidget *parent ); bool endChange( Incidence *incidence, ResourceCalendar *res, const TQString &subRes ); bool addIncidence( Incidence *incidence, ResourceCalendar *res, const TQString &subRes, - TQWidget *tqparent ); + TQWidget *parent ); bool addIncidence( Incidence *incidence, ResourceCalendar *res, const TQString &subRes, - TQWidget *tqparent, int dontAskForGroupware ); + TQWidget *parent, int dontAskForGroupware ); bool changeIncidence( Incidence *oldinc, Incidence *newinc, - KOGlobals::WhatChanged, TQWidget *tqparent ); + KOGlobals::WhatChanged, TQWidget *parent ); bool changeIncidence( Incidence *oldinc, Incidence *newinc, - KOGlobals::WhatChanged, TQWidget *tqparent, int dontAskForGroupware ); + KOGlobals::WhatChanged, TQWidget *parent, int dontAskForGroupware ); - bool deleteIncidence( Incidence *incidence, TQWidget *tqparent ); + bool deleteIncidence( Incidence *incidence, TQWidget *parent ); - bool cutIncidences( const Incidence::List &incidences, TQWidget *tqparent ); - bool cutIncidence( Incidence *incidence, TQWidget *tqparent ); + bool cutIncidences( const Incidence::List &incidences, TQWidget *parent ); + bool cutIncidence( Incidence *incidence, TQWidget *parent ); static bool incidencesEqual( Incidence *inc1, Incidence *inc2 ); static bool assignIncidence( Incidence *inc1, Incidence *inc2 ); |