diff options
Diffstat (limited to 'kaddressbook/kaddressbook_part.cpp')
-rw-r--r-- | kaddressbook/kaddressbook_part.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kaddressbook/kaddressbook_part.cpp b/kaddressbook/kaddressbook_part.cpp index 88cd03109..5f978b4d1 100644 --- a/kaddressbook/kaddressbook_part.cpp +++ b/kaddressbook/kaddressbook_part.cpp @@ -43,9 +43,9 @@ typedef KParts::GenericFactory< KAddressbookPart > KAddressbookFactory; K_EXPORT_COMPONENT_FACTORY( libkaddressbookpart, KAddressbookFactory ) KAddressbookPart::KAddressbookPart( TQWidget *parentWidget, const char *widgetName, - TQObject *tqparent, const char *name, + TQObject *parent, const char *name, const TQStringList & ) - : DCOPObject( "KAddressBookIface" ), KParts::ReadOnlyPart( tqparent, name ) + : DCOPObject( "KAddressBookIface" ), KParts::ReadOnlyPart( parent, name ) { setInstance( KAddressbookFactory::instance() ); |