From c9cb4f487428aad5d8cda5e3a4b9ad87390d7e54 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 16 Dec 2011 09:56:31 -0600 Subject: Revert "Rename a number of old tq methods that are no longer tq specific" This reverts commit 94844816550ad672ccfcdc25659c625546239998. --- kplato/kptprojectdialog.cc | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'kplato/kptprojectdialog.cc') diff --git a/kplato/kptprojectdialog.cc b/kplato/kptprojectdialog.cc index 4b9b8139..a45bddf2 100644 --- a/kplato/kptprojectdialog.cc +++ b/kplato/kptprojectdialog.cc @@ -20,12 +20,12 @@ #include #include #include -#include +#include #include #include #include #include -#include +#include #include #include @@ -91,24 +91,24 @@ void ProjectDialog::slotSchedulingChanged(int activated) { switch(activated) { // TODO please provide nice explenations on this. case 0: // ASAP - label = label.arg(i18n("As Soon as Possible")); - label = label.arg(i18n("Place all events at the earliest possible moment permitted in the schedule")); + label = label.tqarg(i18n("As Soon as Possible")); + label = label.tqarg(i18n("Place all events at the earliest possible moment permitted in the schedule")); break; case 1: // ALAP - label = label.arg(i18n("As Late as Possible")); - label = label.arg(i18n("Place all events at the last possible moment permitted in the schedule")); + label = label.tqarg(i18n("As Late as Possible")); + label = label.tqarg(i18n("Place all events at the last possible moment permitted in the schedule")); break; case 2: // Start not earlier then - label = label.arg(i18n("Start not Earlier then")); - label = label.arg(i18n("")); + label = label.tqarg(i18n("Start not Earlier then")); + label = label.tqarg(i18n("")); break; case 3: // Finish not later then - label = label.arg(i18n("Finish not Later then")); - label = label.arg(i18n("")); + label = label.tqarg(i18n("Finish not Later then")); + label = label.tqarg(i18n("")); break; case 4: // Must start on - label = label.arg(i18n("Must Start on")); - label = label.arg(i18n("")); + label = label.tqarg(i18n("Must Start on")); + label = label.tqarg(i18n("")); break; default: // error ... dia->lSchedulingExplain->setText(""); -- cgit v1.2.1