diff options
Diffstat (limited to 'kaddressbook/interfaces/core.h')
-rw-r--r-- | kaddressbook/interfaces/core.h | 6 |
1 files changed, 3 insertions, 3 deletions
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; |