summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/misc/customcommands/entry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kftpgrabber/src/misc/customcommands/entry.cpp')
-rw-r--r--kftpgrabber/src/misc/customcommands/entry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kftpgrabber/src/misc/customcommands/entry.cpp b/kftpgrabber/src/misc/customcommands/entry.cpp
index 4f9d0fb..f503e3b 100644
--- a/kftpgrabber/src/misc/customcommands/entry.cpp
+++ b/kftpgrabber/src/misc/customcommands/entry.cpp
@@ -83,7 +83,7 @@ void Entry::execute(KFTPSession::Session *session)
// Execute the command with proper parameters
m_lastSession = session;
- connect(session->getClient()->eventHandler(), SIGNAL(gotRawResponse(const TQString&)), this, SLOT(handleResponse(const TQString&)));
+ connect(session->getClient()->eventHandler(), TQ_SIGNAL(gotRawResponse(const TQString&)), this, TQ_SLOT(handleResponse(const TQString&)));
session->getClient()->raw(command);
}