summaryrefslogtreecommitdiffstats
path: root/kopete/plugins/nowlistening/nlkaffeine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/plugins/nowlistening/nlkaffeine.cpp')
-rw-r--r--kopete/plugins/nowlistening/nlkaffeine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/plugins/nowlistening/nlkaffeine.cpp b/kopete/plugins/nowlistening/nlkaffeine.cpp
index d5823298..c2b70ba3 100644
--- a/kopete/plugins/nowlistening/nlkaffeine.cpp
+++ b/kopete/plugins/nowlistening/nlkaffeine.cpp
@@ -85,7 +85,7 @@ void NLKaffeine::update()
{
TQDataStream reply( replyData, IO_ReadOnly );
- if ( replyType == "TQString" ) {
+ if ( replyType == TQSTRING_OBJECT_NAME_STRING ) {
reply >> newTrack;
}
}