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/interfaces/core.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kaddressbook/interfaces/core.h') diff --git a/kaddressbook/interfaces/core.h b/kaddressbook/interfaces/core.h index b4289249f..ac572004f 100644 --- a/kaddressbook/interfaces/core.h +++ b/kaddressbook/interfaces/core.h @@ -58,7 +58,7 @@ class KDE_EXPORT Core : public TQObject TQ_OBJECT public: - Core( KXMLGUIClient *client, TQObject *tqparent, const char *name = 0 ); + Core( KXMLGUIClient *client, TQObject *parent, const char *name = 0 ); /** Returns a pointer to the StdAddressBook of the application. @@ -96,10 +96,10 @@ class KDE_EXPORT Core : public TQObject resource or a null pointer if no resource was selected by the user. */ - virtual KABC::Resource *requestResource( TQWidget *tqparent ) = 0; + virtual KABC::Resource *requestResource( TQWidget *parent ) = 0; /** - Returns the tqparent widget. + Returns the parent widget. */ virtual TQWidget *widget() const = 0; -- cgit v1.2.1