summaryrefslogtreecommitdiffstats
path: root/noatun/modules/net/net.h
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/modules/net/net.h')
-rw-r--r--noatun/modules/net/net.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/noatun/modules/net/net.h b/noatun/modules/net/net.h
index 7d0fcb11..41c07438 100644
--- a/noatun/modules/net/net.h
+++ b/noatun/modules/net/net.h
@@ -3,11 +3,11 @@
#include <noatun/player.h>
#include <noatun/plugin.h>
-#include <qserversocket.h>
-#include <qsocket.h>
+#include <tqserversocket.h>
+#include <tqsocket.h>
#include <unistd.h>
-class Net : public QServerSocket, public Plugin
+class Net : public TQServerSocket, public Plugin
{
Q_OBJECT
@@ -24,7 +24,7 @@ protected:
virtual void newConnection(int socket);
private:
- QPtrList<QSocket> mFDs;
+ TQPtrList<TQSocket> mFDs;
};
#endif