From 94273bcb909fac42ef9427e3d8a614cab8c29c66 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 20 Feb 2013 16:27:27 -0600 Subject: Rename KABC namespace --- kaddressbook/extensionmanager.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kaddressbook/extensionmanager.cpp') diff --git a/kaddressbook/extensionmanager.cpp b/kaddressbook/extensionmanager.cpp index 7275f90cf..0e88486cd 100644 --- a/kaddressbook/extensionmanager.cpp +++ b/kaddressbook/extensionmanager.cpp @@ -202,8 +202,8 @@ void ExtensionManager::createExtensionWidgets() wdg = new AddresseeEditorExtension( mCore, mDetailsStack ); wdg->hide(); - connect( wdg, TQT_SIGNAL( modified( const KABC::Addressee::List& ) ), - TQT_SIGNAL( modified( const KABC::Addressee::List& ) ) ); + connect( wdg, TQT_SIGNAL( modified( const TDEABC::Addressee::List& ) ), + TQT_SIGNAL( modified( const TDEABC::Addressee::List& ) ) ); connect( wdg, TQT_SIGNAL( deleted( const TQStringList& ) ), TQT_SIGNAL( deleted( const TQStringList& ) ) ); @@ -239,8 +239,8 @@ void ExtensionManager::createExtensionWidgets() if ( wdg->identifier() == "distribution_list_editor_ng" ) mSplitter->moveToFirst( wdg ); wdg->hide(); - connect( wdg, TQT_SIGNAL( modified( const KABC::Addressee::List& ) ), - TQT_SIGNAL( modified( const KABC::Addressee::List& ) ) ); + connect( wdg, TQT_SIGNAL( modified( const TDEABC::Addressee::List& ) ), + TQT_SIGNAL( modified( const TDEABC::Addressee::List& ) ) ); connect( wdg, TQT_SIGNAL( deleted( const TQStringList& ) ), TQT_SIGNAL( deleted( const TQStringList& ) ) ); -- cgit v1.2.1