summaryrefslogtreecommitdiffstats
path: root/amarok/src/mediadevice/daap/proxy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'amarok/src/mediadevice/daap/proxy.cpp')
-rw-r--r--amarok/src/mediadevice/daap/proxy.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/amarok/src/mediadevice/daap/proxy.cpp b/amarok/src/mediadevice/daap/proxy.cpp
index b1095cd4..7734efcb 100644
--- a/amarok/src/mediadevice/daap/proxy.cpp
+++ b/amarok/src/mediadevice/daap/proxy.cpp
@@ -23,7 +23,7 @@ using namespace Daap;
//input url: daap://host:port/databaseId/music.ext
/*
- bundle->setUrl( Amarok::QStringx("http://%1:3689/databases/%2/items/%3.%4?%5").args(
+ bundle->setUrl( Amarok::TQStringx("http://%1:3689/databases/%2/items/%3.%4?%5").args(
TQStringList() << m_host
<< m_databaseId
<< TQString::number( (*it).asMap()["miid"].asList()[0].asInt() )
@@ -56,7 +56,7 @@ Proxy::Proxy(KURL stream, DaapClient* client, const char* name)
const int port = socket->port();
debug() << "Proxy server using port: " << port << endl;
delete socket;
- m_proxyUrl = KURL( TQString("http://localhost:%1/daap.mp3").arg( port ) );
+ m_proxyUrl = KURL( TQString("http://localhost:%1/daap.mp3").tqarg( port ) );
//start proxy
m_proxy->setComm( KProcess::Communication( KProcess::AllOutput ) );
*m_proxy << "amarok_proxy.rb";