summaryrefslogtreecommitdiffstats
path: root/kdesktop/kcustommenu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdesktop/kcustommenu.cpp')
-rw-r--r--kdesktop/kcustommenu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdesktop/kcustommenu.cpp b/kdesktop/kcustommenu.cpp
index 2e825c0d9..cd1287d3d 100644
--- a/kdesktop/kcustommenu.cpp
+++ b/kdesktop/kcustommenu.cpp
@@ -57,7 +57,7 @@ KCustomMenu::KCustomMenu(const TQString &configfile, TQWidget *parent)
insertMenuItem( menuItem, -1 );
}
- connect(this, TQT_SIGNAL(activated(int)), this, TQT_SLOT(slotActivated(int)));
+ connect(this, TQ_SIGNAL(activated(int)), this, TQ_SLOT(slotActivated(int)));
}
KCustomMenu::~KCustomMenu()