summaryrefslogtreecommitdiffstats
path: root/libkcddb/lookup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libkcddb/lookup.cpp')
-rw-r--r--libkcddb/lookup.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/libkcddb/lookup.cpp b/libkcddb/lookup.cpp
index e353ece9..38f5a694 100644
--- a/libkcddb/lookup.cpp
+++ b/libkcddb/lookup.cpp
@@ -43,7 +43,7 @@ namespace KCDDB
if ( 200 == serverStatus )
{
TQStringList tokenList = TQStringList::split( ' ', line );
- matchList_.append( tqMakePair( tokenList[ 1 ], tokenList[ 2 ] ) );
+ matchList_.append( qMakePair( tokenList[ 1 ], tokenList[ 2 ] ) );
return Success;
}
else if ( ( 211 == serverStatus ) || ( 210 == serverStatus ) )
@@ -62,7 +62,7 @@ namespace KCDDB
Lookup::parseExtraMatch( const TQString & line )
{
TQStringList tokenList = TQStringList::split( ' ', line );
- matchList_.append( tqMakePair( tokenList[ 0 ], tokenList[ 1 ] ) );
+ matchList_.append( qMakePair( tokenList[ 0 ], tokenList[ 1 ] ) );
}
CDDB::Result
@@ -83,5 +83,3 @@ namespace KCDDB
}
}
-
-// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1