diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 00:55:22 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 00:55:22 -0600 |
commit | dea2fe2cbac6680946ea0d8d10a16dbfef5fe91a (patch) | |
tree | 0dc9444a71326bc41488f344862804059d3786b7 /src/settings.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/settings.h')
-rw-r--r-- | src/settings.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/settings.h b/src/settings.h index 163ec66..9a083a0 100644 --- a/src/settings.h +++ b/src/settings.h @@ -26,7 +26,7 @@ #define SETTINGS_H // KDE - Header -#include <kconfig.h> +#include <tdeconfig.h> // QT - Header #include <tqstring.h> @@ -488,7 +488,7 @@ public: private: //! configuration of kpowersave - TDEConfig *kconfig; + TDEConfig *tdeconfig; //! to map a battery action string to the related type action mapActionToType (TQString _action); |