diff options
author | Darrell Anderson <[email protected]> | 2014-02-16 11:46:03 -0600 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2014-02-16 11:46:03 -0600 |
commit | 5e76e296ce326390c0d1f2c4821a876736385bc4 (patch) | |
tree | 3d5fdf120c5b56fe89800a60dd42b228f62444a7 /src/tdepowersave.h | |
parent | c68a1bac04c5cfdb0cdcbd91dc54995bfa05e292 (diff) | |
download | tdepowersave-5e76e296ce326390c0d1f2c4821a876736385bc4.tar.gz tdepowersave-5e76e296ce326390c0d1f2c4821a876736385bc4.zip |
Fix unintended renaming
Diffstat (limited to 'src/tdepowersave.h')
-rw-r--r-- | src/tdepowersave.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tdepowersave.h b/src/tdepowersave.h index 49f9bff..66ecf96 100644 --- a/src/tdepowersave.h +++ b/src/tdepowersave.h @@ -197,10 +197,10 @@ private: int STANDBY_MENU_ID; //! a menu seperator ID /*! contains the ID of the separator between sleep-states-entries and the cpufreq-submenu */ - int CPUFRETQ_SEPARATOR_MENU_ID; + int CPUFREQ_SEPARATOR_MENU_ID; //! a submenu ID /*! contains the ID of the cpufreq sub menu*/ - int CPUFRETQ_MENU_ID; + int CPUFREQ_MENU_ID; //! a menu seperator ID /*! contains the ID of the separator between cpufreq- and scheme-submenu*/ int SCHEME_SEPARATOR_MENU_ID; |