diff options
Diffstat (limited to 'libk3b/cddb/k3bcddbhttpquery.cpp')
-rw-r--r-- | libk3b/cddb/k3bcddbhttpquery.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libk3b/cddb/k3bcddbhttpquery.cpp b/libk3b/cddb/k3bcddbhttpquery.cpp index 45af445..f3b9152 100644 --- a/libk3b/cddb/k3bcddbhttpquery.cpp +++ b/libk3b/cddb/k3bcddbhttpquery.cpp @@ -21,7 +21,7 @@ #include <tqstringlist.h> #include <tqregexp.h> -#include <textstream.h> +#include <tqtextstream.h> #include <klocale.h> #include <kdebug.h> @@ -58,7 +58,7 @@ void K3bCddbHttpQuery::doMatchQuery() m_state = READ; m_parsingBuffer.truncate(0); - performCommand( TQString( "cddb read %1 %2").arg( header().category ).arg( header().discid ) ); + performCommand( TQString( "cddb read %1 %2").tqarg( header().category ).tqarg( header().discid ) ); } @@ -82,7 +82,7 @@ void K3bCddbHttpQuery::performCommand( const TQString& cmd ) if( !job ) { setError( CONNECTION_ERROR ); - emit infoMessage( i18n("Could not connect to host %1").arg(m_server) ); + emit infoMessage( i18n("Could not connect to host %1").tqarg(m_server) ); emitQueryFinished(); return; } |