diff options
Diffstat (limited to 'noatun/modules/net')
-rw-r--r-- | noatun/modules/net/net.cpp | 2 |
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); } |