From 933e53832eeb45c6f660dcf46bed5dc68aaf24c2 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 14 Jul 2013 19:31:37 -0500 Subject: Update references from kpowersave to tdepowersave. --- src/countdowndialog.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/countdowndialog.cpp') 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 @@ -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 ); } -- cgit v1.2.3