summaryrefslogtreecommitdiffstats
path: root/kplato/kptwbsdefinitiondialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kplato/kptwbsdefinitiondialog.cpp')
-rw-r--r--kplato/kptwbsdefinitiondialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kplato/kptwbsdefinitiondialog.cpp b/kplato/kptwbsdefinitiondialog.cpp
index 181cbd43a..58e42b947 100644
--- a/kplato/kptwbsdefinitiondialog.cpp
+++ b/kplato/kptwbsdefinitiondialog.cpp
@@ -37,7 +37,7 @@ WBSDefinitionDialog::WBSDefinitionDialog(WBSDefinition &def, TQWidget *p, const
setMainWidget(m_panel);
enableButtonOK(false);
- connect(m_panel, TQT_SIGNAL(changed(bool)), TQT_SLOT(enableButtonOK(bool)));
+ connect(m_panel, TQ_SIGNAL(changed(bool)), TQ_SLOT(enableButtonOK(bool)));
}