summaryrefslogtreecommitdiffstats
path: root/tdeabc/ldapclient.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-20 16:26:45 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-20 16:26:45 -0600
commit45f3927b0ffec2599bc0e1ce361c5386474a85f4 (patch)
tree29e1842fe4d93f4e99481385a771e8bef061158b /tdeabc/ldapclient.h
parent04105ef07304a9358e87eff0cb1a6d6f2a725192 (diff)
downloadtdelibs-45f3927b0ffec2599bc0e1ce361c5386474a85f4.tar.gz
tdelibs-45f3927b0ffec2599bc0e1ce361c5386474a85f4.zip
Rename KABC namespace
Diffstat (limited to 'tdeabc/ldapclient.h')
-rw-r--r--tdeabc/ldapclient.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tdeabc/ldapclient.h b/tdeabc/ldapclient.h
index f43a644ce..a4a5747a6 100644
--- a/tdeabc/ldapclient.h
+++ b/tdeabc/ldapclient.h
@@ -33,7 +33,7 @@
#include <tdeio/job.h>
-namespace KABC {
+namespace TDEABC {
class LdapClient;
typedef TQValueList<TQByteArray> LdapAttrValue;
@@ -103,7 +103,7 @@ class KABC_EXPORT LdapClient : public TQObject
/*! Emitted once for each object returned
* from the query
*/
- void result( const KABC::LdapObject& );
+ void result( const TDEABC::LdapObject& );
public slots:
/*!
@@ -221,11 +221,11 @@ class KABC_EXPORT LdapSearch : public TQObject
void searchData( const TQStringList& );
/// Another form for the results, with separate fields
/// (This signal can be emitted many times)
- void searchData( const KABC::LdapResultList& );
+ void searchData( const TDEABC::LdapResultList& );
void searchDone();
private slots:
- void slotLDAPResult( const KABC::LdapObject& );
+ void slotLDAPResult( const TDEABC::LdapObject& );
void slotLDAPError( const TQString& );
void slotLDAPDone();
void slotDataTimer();