summaryrefslogtreecommitdiffstats
path: root/src/configuredialog.h
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-07-14 19:31:37 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2013-07-14 19:31:37 -0500
commit933e53832eeb45c6f660dcf46bed5dc68aaf24c2 (patch)
tree532a8a0d9b144be6e26b587904578cd3253a126f /src/configuredialog.h
parente49bd16b78beb8f75a079916b6d4e8d2ce457c58 (diff)
downloadtdepowersave-933e53832eeb45c6f660dcf46bed5dc68aaf24c2.tar.gz
tdepowersave-933e53832eeb45c6f660dcf46bed5dc68aaf24c2.zip
Update references from kpowersave to tdepowersave.
Diffstat (limited to 'src/configuredialog.h')
-rw-r--r--src/configuredialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/configuredialog.h b/src/configuredialog.h
index 6deb9b4..837866d 100644
--- a/src/configuredialog.h
+++ b/src/configuredialog.h
@@ -58,9 +58,9 @@ private:
//! pointer to instance of the blacklist edit dialog for Autodimm
blacklistEditDialog* blacklistEDlgAD;
- //! the pointer to the config of kpowersave, get from constructor
+ //! the pointer to the config of tdepowersave, get from constructor
TDEConfig *tdeconfig;
- //! pointer to the KPowersave settings, get from constructor
+ //! pointer to the TDEPowersave settings, get from constructor
Settings *settings;
//! pointer to hardware information and actions
HardwareInfo *hwinfo;