summaryrefslogtreecommitdiffstats
path: root/tdeabc/ldapclient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeabc/ldapclient.cpp')
-rw-r--r--tdeabc/ldapclient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeabc/ldapclient.cpp b/tdeabc/ldapclient.cpp
index 31256f46f..a70a4eb69 100644
--- a/tdeabc/ldapclient.cpp
+++ b/tdeabc/ldapclient.cpp
@@ -158,7 +158,7 @@ void LdapClient::cancelQuery()
void LdapClient::slotData( TDEIO::Job*, const TQByteArray& data )
{
-#ifndef NDEBUG // don't create the QString
+#ifndef NDEBUG // don't create the TQString
// TQString str( data );
// kdDebug(5700) << "LdapClient: Got \"" << str << "\"\n";
#endif