diff options
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 ); } |