summaryrefslogtreecommitdiffstats
path: root/amarok/src/mediadevice/daap/daapclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'amarok/src/mediadevice/daap/daapclient.h')
-rw-r--r--amarok/src/mediadevice/daap/daapclient.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/amarok/src/mediadevice/daap/daapclient.h b/amarok/src/mediadevice/daap/daapclient.h
index e6128edb..e58cf2df 100644
--- a/amarok/src/mediadevice/daap/daapclient.h
+++ b/amarok/src/mediadevice/daap/daapclient.h
@@ -51,7 +51,7 @@ class TQTimer;
class DaapClient : public MediaDevice
{
- Q_OBJECT
+ TQ_OBJECT
public:
struct ServerInfo
@@ -128,7 +128,7 @@ class DaapClient : public MediaDevice
class ServerItem : public TQObject, public MediaItem
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -175,7 +175,7 @@ class DaapDownloader : public JobBase
class DaapDownloader : public ThreadManager::Job
#endif
{
-Q_OBJECT
+TQ_OBJECT
public:
DaapDownloader( KURL::List urls );