summaryrefslogtreecommitdiffstats
path: root/kplato/kpttaskdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kplato/kpttaskdialog.cpp')
-rw-r--r--kplato/kpttaskdialog.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kplato/kpttaskdialog.cpp b/kplato/kpttaskdialog.cpp
index 65aa917f..533b7740 100644
--- a/kplato/kpttaskdialog.cpp
+++ b/kplato/kpttaskdialog.cpp
@@ -50,9 +50,9 @@ TaskDialog::TaskDialog(Task &task, Accounts &accounts, StandardWorktime *workTim
// Set the state of all the child widgets.
enableButtonOK(false);
- connect(m_generalTab, TQT_SIGNAL( obligatedFieldsFilled(bool) ), this, TQT_SLOT( enableButtonOK(bool) ));
- connect(m_resourcesTab, TQT_SIGNAL( changed() ), m_generalTab, TQT_SLOT( checkAllFieldsFilled() ));
- connect(m_costTab, TQT_SIGNAL( changed() ), m_generalTab, TQT_SLOT( checkAllFieldsFilled() ));
+ connect(m_generalTab, TQ_SIGNAL( obligatedFieldsFilled(bool) ), this, TQ_SLOT( enableButtonOK(bool) ));
+ connect(m_resourcesTab, TQ_SIGNAL( changed() ), m_generalTab, TQ_SLOT( checkAllFieldsFilled() ));
+ connect(m_costTab, TQ_SIGNAL( changed() ), m_generalTab, TQ_SLOT( checkAllFieldsFilled() ));
}