diff options
Diffstat (limited to 'src/upnp/upnpmcastsocket.h')
-rw-r--r-- | src/upnp/upnpmcastsocket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/upnp/upnpmcastsocket.h b/src/upnp/upnpmcastsocket.h index c7b7a3c..9cad417 100644 --- a/src/upnp/upnpmcastsocket.h +++ b/src/upnp/upnpmcastsocket.h @@ -40,7 +40,7 @@ namespace kt */ class UPnPMCastSocket : public KNetwork::KDatagramSocket { - Q_OBJECT + TQ_OBJECT public: UPnPMCastSocket(bool verbose = false); virtual ~UPnPMCastSocket(); |