diff options
Diffstat (limited to 'kaddressbook/extensionmanager.cpp')
-rw-r--r-- | kaddressbook/extensionmanager.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
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& ) ) ); |