diff options
author | Darrell Anderson <[email protected]> | 2014-02-16 11:41:12 -0600 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2014-02-16 11:41:12 -0600 |
commit | bc5f7885f33854441e4cdd977b3411f9d458bf75 (patch) | |
tree | 554f6b4be2f4e5c324b4e2afd20ec16e7fe2de53 /src/kpowersave.h | |
parent | 1fe39d6cf3161c1bde5c02ba08ec6fe36560215a (diff) | |
download | kpowersave-bc5f7885f33854441e4cdd977b3411f9d458bf75.tar.gz kpowersave-bc5f7885f33854441e4cdd977b3411f9d458bf75.zip |
Fix unintended renaming
Diffstat (limited to 'src/kpowersave.h')
-rw-r--r-- | src/kpowersave.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kpowersave.h b/src/kpowersave.h index e78c7bf..74cdb8f 100644 --- a/src/kpowersave.h +++ b/src/kpowersave.h @@ -200,10 +200,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; |