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 dbdd7e2f..8d67580e 100644
--- a/noatun/modules/net/net.cpp
+++ b/noatun/modules/net/net.cpp
@@ -14,7 +14,7 @@ extern "C"
Net::Net() : TQServerSocket(7539, 10), Plugin()
{
mFDs.setAutoDelete(true);
- connect(napp->player(), TQT_SIGNAL(newSong()), TQT_SLOT(newSong()));
+ connect(napp->player(), TQ_SIGNAL(newSong()), TQ_SLOT(newSong()));
}
Net::~Net()