diff options
Diffstat (limited to 'kplato/kptmilestoneprogresspanel.cpp')
| -rw-r--r-- | kplato/kptmilestoneprogresspanel.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kplato/kptmilestoneprogresspanel.cpp b/kplato/kptmilestoneprogresspanel.cpp index 977878f10..2ecbdd31e 100644 --- a/kplato/kptmilestoneprogresspanel.cpp +++ b/kplato/kptmilestoneprogresspanel.cpp @@ -71,10 +71,10 @@ KCommand *MilestoneProgressPanel::buildCommand(Part *part) { MilestoneProgressPanelImpl::MilestoneProgressPanelImpl(TQWidget *parent, const char *name, WFlags f) : MilestoneProgressPanelBase(parent, name, f) { - connect(finished, TQT_SIGNAL(toggled(bool)), TQT_SLOT(slotFinishedChanged(bool))); - connect(finished, TQT_SIGNAL(toggled(bool)), TQT_SLOT(slotChanged())); + connect(finished, TQ_SIGNAL(toggled(bool)), TQ_SLOT(slotFinishedChanged(bool))); + connect(finished, TQ_SIGNAL(toggled(bool)), TQ_SLOT(slotChanged())); - connect(finishTime, TQT_SIGNAL(valueChanged(const TQDateTime &)), TQT_SLOT(slotChanged())); + connect(finishTime, TQ_SIGNAL(valueChanged(const TQDateTime &)), TQ_SLOT(slotChanged())); } |
