diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-07-14 19:31:37 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-07-14 19:31:37 -0500 |
commit | 933e53832eeb45c6f660dcf46bed5dc68aaf24c2 (patch) | |
tree | 532a8a0d9b144be6e26b587904578cd3253a126f /src/settings.cpp | |
parent | e49bd16b78beb8f75a079916b6d4e8d2ce457c58 (diff) | |
download | tdepowersave-933e53832eeb45c6f660dcf46bed5dc68aaf24c2.tar.gz tdepowersave-933e53832eeb45c6f660dcf46bed5dc68aaf24c2.zip |
Update references from kpowersave to tdepowersave.
Diffstat (limited to 'src/settings.cpp')
-rw-r--r-- | src/settings.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/settings.cpp b/src/settings.cpp index ea1aa4a..cf860e0 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -35,7 +35,7 @@ /*! This is the default constructor of the class Settings. */ Settings::Settings() { - tdeconfig = new TDEConfig("kpowersaverc", true ); + tdeconfig = new TDEConfig("tdepowersaverc", true ); kde = new KDE_Settings(); load_kde(); load_general_settings(); @@ -50,7 +50,7 @@ Settings::~Settings() /*! - * Loads the scheme settings from kpowersaverc and fills the related variables. + * Loads the scheme settings from tdepowersaverc and fills the related variables. * \param schemeName TQString with the name (realname not i18n() version) of the * scheme which setting should be load. If the scheme could not * be loaded, this function try to load "default-scheme" @@ -231,7 +231,7 @@ bool Settings::load_scheme_settings(TQString schemeName){ /*! - * Loads the general settings from kpowersaverc and fills the related variables. + * Loads the general settings from tdepowersaverc and fills the related variables. * \return the result of the load * \retval true if the settings could be loaded * \retval false if there was no group named 'General' |