diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:55:22 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:55:22 -0600 |
commit | dea2fe2cbac6680946ea0d8d10a16dbfef5fe91a (patch) | |
tree | 0dc9444a71326bc41488f344862804059d3786b7 /src/configuredialog.h | |
parent | d58e48d01d7fd026fb3ec081241a08698117d793 (diff) | |
download | kpowersave-dea2fe2cbac6680946ea0d8d10a16dbfef5fe91a.tar.gz kpowersave-dea2fe2cbac6680946ea0d8d10a16dbfef5fe91a.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/configuredialog.h')
-rw-r--r-- | src/configuredialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configuredialog.h b/src/configuredialog.h index e08bf23..6deb9b4 100644 --- a/src/configuredialog.h +++ b/src/configuredialog.h @@ -59,7 +59,7 @@ private: blacklistEditDialog* blacklistEDlgAD; //! the pointer to the config of kpowersave, get from constructor - TDEConfig *kconfig; + TDEConfig *tdeconfig; //! pointer to the KPowersave settings, get from constructor Settings *settings; //! pointer to hardware information and actions |