diff options
author | Darrell Anderson <[email protected]> | 2013-07-14 19:31:37 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2013-07-14 19:31:37 -0500 |
commit | 933e53832eeb45c6f660dcf46bed5dc68aaf24c2 (patch) | |
tree | 532a8a0d9b144be6e26b587904578cd3253a126f /src/detaileddialog.cpp | |
parent | e49bd16b78beb8f75a079916b6d4e8d2ce457c58 (diff) | |
download | tdepowersave-933e53832eeb45c6f660dcf46bed5dc68aaf24c2.tar.gz tdepowersave-933e53832eeb45c6f660dcf46bed5dc68aaf24c2.zip |
Update references from kpowersave to tdepowersave.
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()) { |