diff options
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 ); |