summaryrefslogtreecommitdiffstats
path: root/tderesources/groupwise/tdeioslave/groupwise.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tderesources/groupwise/tdeioslave/groupwise.cpp')
-rw-r--r--tderesources/groupwise/tdeioslave/groupwise.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/tderesources/groupwise/tdeioslave/groupwise.cpp b/tderesources/groupwise/tdeioslave/groupwise.cpp
index 5464dae2..56021e68 100644
--- a/tderesources/groupwise/tdeioslave/groupwise.cpp
+++ b/tderesources/groupwise/tdeioslave/groupwise.cpp
@@ -48,7 +48,7 @@
#include "groupwise.h"
-namespace KABC {
+namespace TDEABC {
class ResourceMemory : public ResourceCached
{
@@ -301,8 +301,8 @@ void Groupwise::getAddressbook( const KURL &url )
TQT_SLOT( slotReadAddressBookProcessedSize( int ) ) );
connect( &server, TQT_SIGNAL( errorMessage( const TQString &, bool ) ),
TQT_SLOT( slotServerErrorMessage( const TQString &, bool ) ) );
- connect( &server, TQT_SIGNAL( gotAddressees( const KABC::Addressee::List ) ),
- TQT_SLOT( slotReadReceiveAddressees( const KABC::Addressee::List ) ) );
+ connect( &server, TQT_SIGNAL( gotAddressees( const TDEABC::Addressee::List ) ),
+ TQT_SLOT( slotReadReceiveAddressees( const TDEABC::Addressee::List ) ) );
kdDebug() << "Login" << endl;
if ( !server.login() ) {
@@ -319,10 +319,10 @@ void Groupwise::getAddressbook( const KURL &url )
}
}
-void Groupwise::slotReadReceiveAddressees( const KABC::Addressee::List addressees )
+void Groupwise::slotReadReceiveAddressees( const TDEABC::Addressee::List addressees )
{
kdDebug() << "Groupwise::slotReadReceiveAddressees() - passing " << addressees.count() << " contacts back to application" << endl;
- KABC::VCardConverter conv;
+ TDEABC::VCardConverter conv;
TQString vcard = conv.createVCards( addressees );
@@ -371,8 +371,8 @@ void Groupwise::updateAddressbook( const KURL &url )
GroupwiseServer server( u, user, pass, 0 );
connect( &server, TQT_SIGNAL( errorMessage( const TQString &, bool ) ),
TQT_SLOT( slotServerErrorMessage( const TQString &, bool ) ) );
- connect( &server, TQT_SIGNAL( gotAddressees( const KABC::Addressee::List ) ),
- TQT_SLOT( slotReadReceiveAddressees( const KABC::Addressee::List ) ) );
+ connect( &server, TQT_SIGNAL( gotAddressees( const TDEABC::Addressee::List ) ),
+ TQT_SLOT( slotReadReceiveAddressees( const TDEABC::Addressee::List ) ) );
kdDebug() << " Login" << endl;
if ( !server.login() ) {