summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/oscar/liboscar/connectionhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/oscar/liboscar/connectionhandler.h')
-rw-r--r--kopete/protocols/oscar/liboscar/connectionhandler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/protocols/oscar/liboscar/connectionhandler.h b/kopete/protocols/oscar/liboscar/connectionhandler.h
index e8c50b12..c87ee298 100644
--- a/kopete/protocols/oscar/liboscar/connectionhandler.h
+++ b/kopete/protocols/oscar/liboscar/connectionhandler.h
@@ -26,7 +26,7 @@
class Connection;
-typedef QPair<Oscar::WORD, TQString> ConnectionRoomInfo;
+typedef TQPair<Oscar::WORD, TQString> ConnectionRoomInfo;
/**
@author Kopete Developers
@@ -98,7 +98,7 @@ public:
* Get the room name for the chat room based the connection
* @return The name of the chat room that this connection is connected to
* If the connection passed in by @p c is not a chat room connection then
- * TQString::null is returned.
+ * TQString() is returned.
*/
TQString chatRoomForConnection( Connection* c );