summaryrefslogtreecommitdiffstats
path: root/kplato/kpttaskprogressdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kplato/kpttaskprogressdialog.cpp')
-rw-r--r--kplato/kpttaskprogressdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kplato/kpttaskprogressdialog.cpp b/kplato/kpttaskprogressdialog.cpp
index 180d3a53d..3f91c03da 100644
--- a/kplato/kpttaskprogressdialog.cpp
+++ b/kplato/kpttaskprogressdialog.cpp
@@ -37,7 +37,7 @@ TaskProgressDialog::TaskProgressDialog(Task &task, StandardWorktime *workTime, T
enableButtonOK(false);
- connect(m_panel, TQT_SIGNAL( changed() ), TQT_SLOT(slotChanged()));
+ connect(m_panel, TQ_SIGNAL( changed() ), TQ_SLOT(slotChanged()));
}
void TaskProgressDialog::slotChanged() {