diff options
Diffstat (limited to 'src/configuredialog.h')
-rw-r--r-- | src/configuredialog.h | 4 |
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; |