CVS commit by mhunter: Qstring -> QString\!\! M +1 -1 apm.cpp 1.12 --- kdeutils/klaptopdaemon/apm.cpp #1.11:1.12 @@ -158,5 +158,5 @@ void ApmConfig::setupHelper() } } else { - KMessageBox::sorry(0, i18n("%1 cannot be enabled because kdesu cannot be found. Please make sure that it is installed correctly.").arg(Qstring(apm_name)), + KMessageBox::sorry(0, i18n("%1 cannot be enabled because kdesu cannot be found. Please make sure that it is installed correctly.").arg(QString(apm_name)), i18n("KLaptopDaemon")); }