summaryrefslogtreecommitdiffstats
path: root/kplato/kptaccountsdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kplato/kptaccountsdialog.cpp')
-rw-r--r--kplato/kptaccountsdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kplato/kptaccountsdialog.cpp b/kplato/kptaccountsdialog.cpp
index 7ecc7bf1..febc4034 100644
--- a/kplato/kptaccountsdialog.cpp
+++ b/kplato/kptaccountsdialog.cpp
@@ -33,7 +33,7 @@ AccountsDialog::AccountsDialog(Accounts &acc, TQWidget *p, const char *n)
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)));
}
KCommand *AccountsDialog::buildCommand(Part *part) {