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/countdowndialog.cpp | |
parent | e49bd16b78beb8f75a079916b6d4e8d2ce457c58 (diff) | |
download | tdepowersave-933e53832eeb45c6f660dcf46bed5dc68aaf24c2.tar.gz tdepowersave-933e53832eeb45c6f660dcf46bed5dc68aaf24c2.zip |
Update references from kpowersave to tdepowersave.
Diffstat (limited to 'src/countdowndialog.cpp')
-rw-r--r-- | src/countdowndialog.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/countdowndialog.cpp b/src/countdowndialog.cpp index a3d9ac0..0adf891 100644 --- a/src/countdowndialog.cpp +++ b/src/countdowndialog.cpp @@ -25,7 +25,7 @@ // own header #include "countdowndialog.h" -#include "kpowersave_debug.h" +#include "tdepowersave_debug.h" // KDE headers: #include <tdelocale.h> @@ -52,7 +52,7 @@ countDownDialog::countDownDialog( int timeout, TQWidget *parent, const char *nam PROGRESS = new TQTimer(this); connect(PROGRESS, TQT_SIGNAL(timeout()), this, TQT_SLOT(updateProgress())); - this->setCaption(i18n("KPowersave")); + this->setCaption(i18n("TDEPowersave")); kdDebugFuncOut(trace); } @@ -82,7 +82,7 @@ void countDownDialog::setPixmap( TQString type ) } else if (type.startsWith("standby")) { pixmap = TDEGlobal::iconLoader()->loadIcon("stand_by", TDEIcon::NoGroup, TDEIcon::SizeLarge); } else { - pixmap = TDEGlobal::iconLoader()->loadIcon("kpowersave", TDEIcon::NoGroup, TDEIcon::SizeLarge); + pixmap = TDEGlobal::iconLoader()->loadIcon("tdepowersave", TDEIcon::NoGroup, TDEIcon::SizeLarge); } iconPixmap->setPixmap( pixmap ); } |