diff options
Diffstat (limited to 'src/detaileddialog.cpp')
-rw-r--r-- | src/detaileddialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/detaileddialog.cpp b/src/detaileddialog.cpp index 163ff15..6a24349 100644 --- a/src/detaileddialog.cpp +++ b/src/detaileddialog.cpp @@ -58,7 +58,7 @@ detaileddialog::detaileddialog( HardwareInfo *_hwinfo, TQPixmap *_pixmap, Settin int batteries = primaryBatteries->getNumBatteries(); numOfCPUs = cpuInfo->getCPUNum(); - this->setCaption(i18n("KPowersave Information Dialog")); + this->setCaption(i18n("TDEPowersave Information Dialog")); // use this as compromise with current translation process // TODO: remove them in the next translation round @@ -423,7 +423,7 @@ void detaileddialog::setInfos() { else if(config->currentScheme == "AdvancedPowersave") InfoPictogram->setPixmap(SmallIcon("scheme_advanced_powersave", 22)); else - InfoPictogram->setPixmap(SmallIcon("kpowersave", 22)); + InfoPictogram->setPixmap(SmallIcon("tdepowersave", 22)); if(hwinfo->isOnline()) { if (hwinfo->supportCPUFreq()) { |