summaryrefslogtreecommitdiffstats
path: root/kaddressbook/interfaces/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'kaddressbook/interfaces/core.h')
-rw-r--r--kaddressbook/interfaces/core.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kaddressbook/interfaces/core.h b/kaddressbook/interfaces/core.h
index b4289249..ac572004 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;