summaryrefslogtreecommitdiffstats
path: root/kaddressbook/interfaces/core.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kaddressbook/interfaces/core.cpp')
-rw-r--r--kaddressbook/interfaces/core.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kaddressbook/interfaces/core.cpp b/kaddressbook/interfaces/core.cpp
index b604d656..f359bc3a 100644
--- a/kaddressbook/interfaces/core.cpp
+++ b/kaddressbook/interfaces/core.cpp
@@ -25,8 +25,8 @@
using namespace KAB;
-Core::Core( KXMLGUIClient *client, TQObject *tqparent, const char *name )
- : TQObject( tqparent, name ), mGUIClient( client )
+Core::Core( KXMLGUIClient *client, TQObject *parent, const char *name )
+ : TQObject( parent, name ), mGUIClient( client )
{
}