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 --- kmail/recipientseditor.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'kmail/recipientseditor.h') diff --git a/kmail/recipientseditor.h b/kmail/recipientseditor.h index 7bd9d13b8..0c4aafbcf 100644 --- a/kmail/recipientseditor.h +++ b/kmail/recipientseditor.h @@ -74,7 +74,7 @@ class RecipientComboBox : public TQComboBox Q_OBJECT TQ_OBJECT public: - RecipientComboBox( TQWidget *tqparent ); + RecipientComboBox( TQWidget *parent ); signals: void rightPressed(); @@ -88,8 +88,8 @@ class RecipientLineEdit : public KMLineEdit Q_OBJECT TQ_OBJECT public: - RecipientLineEdit( TQWidget * tqparent ) : - KMLineEdit( true, tqparent ) {} + RecipientLineEdit( TQWidget * parent ) : + KMLineEdit( true, parent ) {} signals: void deleteMe(); @@ -105,7 +105,7 @@ class RecipientLine : public TQWidget Q_OBJECT TQ_OBJECT public: - RecipientLine( TQWidget *tqparent ); + RecipientLine( TQWidget *parent ); void setRecipient( const Recipient & ); Recipient recipient() const; @@ -175,7 +175,7 @@ class RecipientsView : public TQScrollView Q_OBJECT TQ_OBJECT public: - RecipientsView( TQWidget *tqparent ); + RecipientsView( TQWidget *parent ); TQSize tqminimumSizeHint() const; TQSize tqsizeHint() const; @@ -253,7 +253,7 @@ class RecipientsView : public TQScrollView class RecipientsToolTip : public TQToolTip { public: - RecipientsToolTip( RecipientsView *, TQWidget *tqparent ); + RecipientsToolTip( RecipientsView *, TQWidget *parent ); protected: void maybeTip( const TQPoint & p ); @@ -269,7 +269,7 @@ class SideWidget : public TQWidget Q_OBJECT TQ_OBJECT public: - SideWidget( RecipientsView *view, TQWidget *tqparent ); + SideWidget( RecipientsView *view, TQWidget *parent ); ~SideWidget(); RecipientsPicker* picker() const; @@ -301,7 +301,7 @@ class RecipientsEditor : public TQWidget Q_OBJECT TQ_OBJECT public: - RecipientsEditor( TQWidget *tqparent ); + RecipientsEditor( TQWidget *parent ); ~RecipientsEditor(); void clear(); -- cgit v1.2.1