summaryrefslogtreecommitdiffstats
path: root/src/settings.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 00:55:25 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 00:55:25 -0600
commit9e9cce8733ec19475057389be3f00f5a4a6a72ba (patch)
tree15e471f606a59dd8a13f03472ec53f817c37db76 /src/settings.h
parent8567e7d693d9ec1a0aba23873fcc9430f1f11489 (diff)
downloadtdepowersave-9e9cce8733ec19475057389be3f00f5a4a6a72ba.tar.gz
tdepowersave-9e9cce8733ec19475057389be3f00f5a4a6a72ba.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h4
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);