From 45f3927b0ffec2599bc0e1ce361c5386474a85f4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 20 Feb 2013 16:26:45 -0600 Subject: Rename KABC namespace --- tdeabc/plugins/ldaptdeio/resourceldaptdeio.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdeabc/plugins/ldaptdeio/resourceldaptdeio.cpp') diff --git a/tdeabc/plugins/ldaptdeio/resourceldaptdeio.cpp b/tdeabc/plugins/ldaptdeio/resourceldaptdeio.cpp index ea1a4294c..0e182755a 100644 --- a/tdeabc/plugins/ldaptdeio/resourceldaptdeio.cpp +++ b/tdeabc/plugins/ldaptdeio/resourceldaptdeio.cpp @@ -41,7 +41,7 @@ #include "resourceldaptdeio.h" #include "resourceldaptdeioconfig.h" -using namespace KABC; +using namespace TDEABC; // Hack from Netaccess void tqt_enter_modal( TQWidget *widget ); @@ -659,7 +659,7 @@ void ResourceLDAPTDEIO::data( TDEIO::Job *, const TQByteArray &data ) } else if ( name == mAttributes[ "uid" ].lower() ) { d->mAddr.setUid( TQString::fromUtf8( value, value.size() ) ); } else if ( name == mAttributes[ "jpegPhoto" ].lower() ) { - KABC::Picture photo; + TDEABC::Picture photo; TQImage img( value ); if ( !img.isNull() ) { photo.setData( img ); -- cgit v1.2.1