From 36a36a5c1015aa0d03f4515c401e907ddb9d6291 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/kdepim@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- korganizer/incidencechanger.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'korganizer/incidencechanger.h') 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 ); -- cgit v1.2.1