summaryrefslogtreecommitdiffstats
path: root/kplato/kptmainprojectpanel.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kplato/kptmainprojectpanel.cc')
-rw-r--r--kplato/kptmainprojectpanel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/kplato/kptmainprojectpanel.cc b/kplato/kptmainprojectpanel.cc
index 222ca0a9..29f2195e 100644
--- a/kplato/kptmainprojectpanel.cc
+++ b/kplato/kptmainprojectpanel.cc
@@ -62,7 +62,7 @@ MainProjectPanel::MainProjectPanel(Project &p, TQWidget *parent, const char *nam
TQString s = i18n("Scheduling");
Schedule *sch = project.currentSchedule();
if (sch) {
- s = i18n("Scheduling (%1)").tqarg(sch->typeToString(true));
+ s = i18n("Scheduling (%1)").arg(sch->typeToString(true));
}
schedulingGroup->setTitle(s);
if (project.constraint() == Node::MustStartOn) {