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