summaryrefslogtreecommitdiffstats
path: root/src/settings.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:11:53 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:11:53 -0600
commitd60d44d67fa75f6576e0d20f13c50721acbf89da (patch)
tree432ca5df47990c3670d37cc3222e1af57abcd1d0 /src/settings.h
parent8874c8d8f787c27407de71f05419febfd83a1024 (diff)
downloadtdepowersave-d60d44d67fa75f6576e0d20f13c50721acbf89da.tar.gz
tdepowersave-d60d44d67fa75f6576e0d20f13c50721acbf89da.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings.h b/src/settings.h
index 1769ccc..dd737e7 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -488,7 +488,7 @@ public:
private:
//! configuration of kpowersave
- KConfig *kconfig;
+ TDEConfig *kconfig;
//! to map a battery action string to the related type
action mapActionToType (TQString _action);