summaryrefslogtreecommitdiffstats
path: root/tdeui/ktabctl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeui/ktabctl.cpp')
-rw-r--r--tdeui/ktabctl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/ktabctl.cpp b/tdeui/ktabctl.cpp
index 0ff9f64e4..193e68a38 100644
--- a/tdeui/ktabctl.cpp
+++ b/tdeui/ktabctl.cpp
@@ -35,7 +35,7 @@ KTabCtl::KTabCtl(TQWidget *parent, const char *name)
: TQWidget(parent, name)
{
tabs = new TQTabBar(this, "_tabbar");
- connect(tabs, TQT_SIGNAL(selected(int)), this, TQT_SLOT(showTab(int)));
+ connect(tabs, TQ_SIGNAL(selected(int)), this, TQ_SLOT(showTab(int)));
tabs->move(2, 1);
blBorder = true;