summaryrefslogtreecommitdiffstats
path: root/kplato/kpttaskprogressdialog.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kplato/kpttaskprogressdialog.cc')
-rw-r--r--kplato/kpttaskprogressdialog.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/kplato/kpttaskprogressdialog.cc b/kplato/kpttaskprogressdialog.cc
index 33de8bf6..db34f3ee 100644
--- a/kplato/kpttaskprogressdialog.cc
+++ b/kplato/kpttaskprogressdialog.cc
@@ -28,7 +28,7 @@
namespace KPlato
{
-TaskProgressDialog::TaskProgressDialog(Task &task, StandardWorktime *workTime, QWidget *p)
+TaskProgressDialog::TaskProgressDialog(Task &task, StandardWorktime *workTime, TQWidget *p)
: KDialogBase(Swallow, i18n("Task Progress"), Ok|Cancel, Ok, p, "Task Progress Dialog", true, true)
{
m_panel = new TaskProgressPanel(task, workTime, this);
@@ -37,7 +37,7 @@ TaskProgressDialog::TaskProgressDialog(Task &task, StandardWorktime *workTime, Q
enableButtonOK(false);
- connect(m_panel, SIGNAL( changed() ), SLOT(slotChanged()));
+ connect(m_panel, TQT_SIGNAL( changed() ), TQT_SLOT(slotChanged()));
}
void TaskProgressDialog::slotChanged() {