diff options
Diffstat (limited to 'kaddressbook/kaddressbook_part.cpp')
-rw-r--r-- | kaddressbook/kaddressbook_part.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kaddressbook/kaddressbook_part.cpp b/kaddressbook/kaddressbook_part.cpp index 39216b8f4..a29380adf 100644 --- a/kaddressbook/kaddressbook_part.cpp +++ b/kaddressbook/kaddressbook_part.cpp @@ -17,8 +17,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. As a special exception, permission is given to link this program - with any edition of Qt, and distribute the resulting executable, - without including the source code for Qt in the source distribution. + with any edition of TQt, and distribute the resulting executable, + without including the source code for TQt in the source distribution. */ #include <tqlayout.h> @@ -43,9 +43,9 @@ typedef KParts::GenericFactory< KAddressbookPart > KAddressbookFactory; K_EXPORT_COMPONENT_FACTORY( libkaddressbookpart, KAddressbookFactory ) KAddressbookPart::KAddressbookPart( TQWidget *tqparentWidget, const char *widgetName, - TQObject *parent, const char *name, + TQObject *tqparent, const char *name, const TQStringList & ) - : DCOPObject( "KAddressBookIface" ), KParts::ReadOnlyPart( parent, name ) + : DCOPObject( "KAddressBookIface" ), KParts::ReadOnlyPart( tqparent, name ) { setInstance( KAddressbookFactory::instance() ); |