diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:11:53 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:11:53 -0600 |
commit | d60d44d67fa75f6576e0d20f13c50721acbf89da (patch) | |
tree | 432ca5df47990c3670d37cc3222e1af57abcd1d0 /src/settings.h | |
parent | 8874c8d8f787c27407de71f05419febfd83a1024 (diff) | |
download | tdepowersave-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.h | 2 |
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); |