summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/misc/customcommands/manager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kftpgrabber/src/misc/customcommands/manager.cpp')
-rw-r--r--kftpgrabber/src/misc/customcommands/manager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kftpgrabber/src/misc/customcommands/manager.cpp b/kftpgrabber/src/misc/customcommands/manager.cpp
index 2d0f8b5..625f62d 100644
--- a/kftpgrabber/src/misc/customcommands/manager.cpp
+++ b/kftpgrabber/src/misc/customcommands/manager.cpp
@@ -167,7 +167,7 @@ void Manager::parseEntries(TDEActionMenu *parentMenu, const TQDomNode &parentNod
// Create a new action
EntryAction *action = new EntryAction(entry, session);
- connect(action, SIGNAL(activated()), this, SLOT(slotActionActivated()));
+ connect(action, TQ_SIGNAL(activated()), this, TQ_SLOT(slotActionActivated()));
parentMenu->insert(action);
} else if (tagName == "separator") {