summaryrefslogtreecommitdiffstats
path: root/noatun/modules/net/net.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/modules/net/net.cpp')
-rw-r--r--noatun/modules/net/net.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun/modules/net/net.cpp b/noatun/modules/net/net.cpp
index f5898c71..dbdd7e2f 100644
--- a/noatun/modules/net/net.cpp
+++ b/noatun/modules/net/net.cpp
@@ -24,7 +24,7 @@ Net::~Net()
void Net::newConnection(int fd)
{
- TQSocket *s=new QSocket;
+ TQSocket *s=new TQSocket;
s->setSocket(fd);
mFDs.append(s);
}