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 --- plugins/kmail/bodypartformatter/attendeeselector.cpp | 4 ++-- plugins/kmail/bodypartformatter/attendeeselector.h | 2 +- plugins/kmail/bodypartformatter/delegateselector.cpp | 4 ++-- plugins/kmail/bodypartformatter/delegateselector.h | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'plugins/kmail') diff --git a/plugins/kmail/bodypartformatter/attendeeselector.cpp b/plugins/kmail/bodypartformatter/attendeeselector.cpp index 02b02e210..57c546420 100644 --- a/plugins/kmail/bodypartformatter/attendeeselector.cpp +++ b/plugins/kmail/bodypartformatter/attendeeselector.cpp @@ -28,8 +28,8 @@ #include -AttendeeSelector::AttendeeSelector(TQWidget * tqparent) - : KDialogBase( tqparent, 0, true, i18n("Select Attendees"), Ok|Cancel, NoDefault, true ) +AttendeeSelector::AttendeeSelector(TQWidget * parent) + : KDialogBase( parent, 0, true, i18n("Select Attendees"), Ok|Cancel, NoDefault, true ) { ui = new AttendeeSelectorWidget( this ); setMainWidget( ui ); diff --git a/plugins/kmail/bodypartformatter/attendeeselector.h b/plugins/kmail/bodypartformatter/attendeeselector.h index 8484d5b1d..f30ce3d1c 100644 --- a/plugins/kmail/bodypartformatter/attendeeselector.h +++ b/plugins/kmail/bodypartformatter/attendeeselector.h @@ -32,7 +32,7 @@ class AttendeeSelector : public KDialogBase Q_OBJECT TQ_OBJECT public: - AttendeeSelector( TQWidget *tqparent = 0 ); + AttendeeSelector( TQWidget *parent = 0 ); TQStringList attendees() const; diff --git a/plugins/kmail/bodypartformatter/delegateselector.cpp b/plugins/kmail/bodypartformatter/delegateselector.cpp index b85edc9f8..0f20da93a 100644 --- a/plugins/kmail/bodypartformatter/delegateselector.cpp +++ b/plugins/kmail/bodypartformatter/delegateselector.cpp @@ -28,8 +28,8 @@ #include #include -DelegateSelector::DelegateSelector(TQWidget * tqparent) - : KDialogBase( tqparent, 0, true, i18n("Select delegate"), Ok|Cancel, Ok, true ) +DelegateSelector::DelegateSelector(TQWidget * parent) + : KDialogBase( parent, 0, true, i18n("Select delegate"), Ok|Cancel, Ok, true ) { TQVBox *page = makeVBoxMainWidget(); diff --git a/plugins/kmail/bodypartformatter/delegateselector.h b/plugins/kmail/bodypartformatter/delegateselector.h index c2be8950f..982f93554 100644 --- a/plugins/kmail/bodypartformatter/delegateselector.h +++ b/plugins/kmail/bodypartformatter/delegateselector.h @@ -37,7 +37,7 @@ class DelegateSelector : public KDialogBase TQ_OBJECT public: - DelegateSelector( TQWidget *tqparent = 0 ); + DelegateSelector( TQWidget *parent = 0 ); TQString delegate() const; bool rsvp() const; -- cgit v1.2.1