summaryrefslogtreecommitdiffstats
path: root/amarok/src/mediadevice/daap/daapreader/authentication/contentfetcher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'amarok/src/mediadevice/daap/daapreader/authentication/contentfetcher.cpp')
-rw-r--r--amarok/src/mediadevice/daap/daapreader/authentication/contentfetcher.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/amarok/src/mediadevice/daap/daapreader/authentication/contentfetcher.cpp b/amarok/src/mediadevice/daap/daapreader/authentication/contentfetcher.cpp
index 56b8874e..82033345 100644
--- a/amarok/src/mediadevice/daap/daapreader/authentication/contentfetcher.cpp
+++ b/amarok/src/mediadevice/daap/daapreader/authentication/contentfetcher.cpp
@@ -26,8 +26,8 @@
using namespace Daap;
int ContentFetcher::s_requestId = 10;
-ContentFetcher::ContentFetcher( const TQString & hostname, Q_UINT16 port, const TQString& password, TQObject * parent, const char * name )
- : TQHttp(hostname, port, parent, name)
+ContentFetcher::ContentFetcher( const TQString & hostname, TQ_UINT16 port, const TQString& password, TQObject * tqparent, const char * name )
+ : TQHttp(hostname, port, tqparent, name)
, m_hostname( hostname )
, m_port( port )
, m_selfDestruct( false )