summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/oscar/liboscar/tests/clientstream_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/oscar/liboscar/tests/clientstream_test.cpp')
-rw-r--r--kopete/protocols/oscar/liboscar/tests/clientstream_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/protocols/oscar/liboscar/tests/clientstream_test.cpp b/kopete/protocols/oscar/liboscar/tests/clientstream_test.cpp
index a7c16cea..77563c05 100644
--- a/kopete/protocols/oscar/liboscar/tests/clientstream_test.cpp
+++ b/kopete/protocols/oscar/liboscar/tests/clientstream_test.cpp
@@ -29,13 +29,13 @@ void ClientStreamTest::slotDoTest()
{
TQString server = TQString::fromLatin1("login.oscar.aol.com");
// connect to server
- qDebug( "connecting to server ");
+ tqDebug( "connecting to server ");
myTestObject->connectToServer( server, true ); // fine up to here...
}
void ClientStreamTest::slotConnected()
{
- qDebug( "connection is up");
+ tqDebug( "connection is up");
connected = true;
}