summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/misc/kftpzeroconf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kftpgrabber/src/misc/kftpzeroconf.cpp')
-rw-r--r--kftpgrabber/src/misc/kftpzeroconf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kftpgrabber/src/misc/kftpzeroconf.cpp b/kftpgrabber/src/misc/kftpzeroconf.cpp
index 37a73c4..654d556 100644
--- a/kftpgrabber/src/misc/kftpzeroconf.cpp
+++ b/kftpgrabber/src/misc/kftpzeroconf.cpp
@@ -40,7 +40,7 @@ KFTPZeroConf::KFTPZeroConf(TQObject *parent, const char *name)
{
m_browser = new DNSSD::ServiceBrowser("_ftp._tcp", 0, true);
- connect(m_browser, SIGNAL(finished()), this, SLOT(slotServiceChanged()));
+ connect(m_browser, TQ_SIGNAL(finished()), this, TQ_SLOT(slotServiceChanged()));
m_browser->startBrowse();
}