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 --- kaddressbook/kaddressbookview.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kaddressbook/kaddressbookview.h') diff --git a/kaddressbook/kaddressbookview.h b/kaddressbook/kaddressbookview.h index eca5521b..ed4cfc6c 100644 --- a/kaddressbook/kaddressbookview.h +++ b/kaddressbook/kaddressbookview.h @@ -61,7 +61,7 @@ class KDE_EXPORT KAddressBookView : public TQWidget public: enum DefaultFilterType { None = 0, Active = 1, Specific = 2 }; - KAddressBookView( KAB::Core *core, TQWidget *tqparent, const char *name ); + KAddressBookView( KAB::Core *core, TQWidget *parent, const char *name ); virtual ~KAddressBookView(); /** @@ -251,8 +251,8 @@ class KDE_EXPORT KAddressBookView : public TQWidget KABC::Addressee::List addressees(); /** - This method returns the widget that should be used as the tqparent for - all view components. By using this widget as the tqparent and not + This method returns the widget that should be used as the parent for + all view components. By using this widget as the parent and not 'this', the view subclass has the option of placing other widgets around the view (ie: search fields, etc). Do not delete this widget! */ @@ -276,7 +276,7 @@ class KDE_EXPORT KAddressBookView : public TQWidget class KDE_EXPORT ViewFactory : public KLibFactory { public: - virtual KAddressBookView *view( KAB::Core *core, TQWidget *tqparent, + virtual KAddressBookView *view( KAB::Core *core, TQWidget *parent, const char *name = 0 ) = 0; /** @return The type of the view. This is normally a small one word @@ -301,7 +301,7 @@ class KDE_EXPORT ViewFactory : public KLibFactory not be called. */ virtual ViewConfigureWidget *configureWidget( KABC::AddressBook *ab, - TQWidget *tqparent, + TQWidget *parent, const char *name = 0 ); protected: -- cgit v1.2.3