diff options
Diffstat (limited to 'tdeabc/tests/testldapclient.h')
-rw-r--r-- | tdeabc/tests/testldapclient.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeabc/tests/testldapclient.h b/tdeabc/tests/testldapclient.h index 1995914c3..502115b07 100644 --- a/tdeabc/tests/testldapclient.h +++ b/tdeabc/tests/testldapclient.h @@ -22,7 +22,7 @@ #include <tqobject.h> #include "../ldapclient.h" -typedef KABC::LdapClient LdapClient; +typedef TDEABC::LdapClient LdapClient; class TestLDAPClient : public TQObject { @@ -38,7 +38,7 @@ public: void testIntevation(); private slots: - void slotLDAPResult( const KABC::LdapObject& ); + void slotLDAPResult( const TDEABC::LdapObject& ); void slotLDAPError( const TQString& ); void slotLDAPDone(); |