diff options
Diffstat (limited to 'kopete/protocols/oscar/liboscar/client.cpp')
-rw-r--r-- | kopete/protocols/oscar/liboscar/client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/oscar/liboscar/client.cpp b/kopete/protocols/oscar/liboscar/client.cpp index 28f841c2..f0073b47 100644 --- a/kopete/protocols/oscar/liboscar/client.cpp +++ b/kopete/protocols/oscar/liboscar/client.cpp @@ -608,7 +608,7 @@ void Client::setIsIcq( bool isIcq ) void Client::debug( const TQString& str ) { Q_UNUSED(str); -// qDebug( "CLIENT: %s", str.ascii() ); +// tqDebug( "CLIENT: %s", str.ascii() ); } void Client::initializeStaticTasks() |