diff options
Diffstat (limited to 'noatun/modules/net/net.h')
-rw-r--r-- | noatun/modules/net/net.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun/modules/net/net.h b/noatun/modules/net/net.h index 5e6c509d..68df6e20 100644 --- a/noatun/modules/net/net.h +++ b/noatun/modules/net/net.h @@ -10,7 +10,7 @@ class Net : public TQServerSocket, public Plugin { Q_OBJECT - TQ_OBJECT + public: Net(); |