From cc74f360bb40da3d79f58048f8e8611804980aa6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:30:47 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- twin/kcmtwin/twinrules/kcm.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'twin/kcmtwin/twinrules/kcm.h') diff --git a/twin/kcmtwin/twinrules/kcm.h b/twin/kcmtwin/twinrules/kcm.h index d02bfc112..1237a5a64 100644 --- a/twin/kcmtwin/twinrules/kcm.h +++ b/twin/kcmtwin/twinrules/kcm.h @@ -23,7 +23,7 @@ #include #include -class KConfig; +class TDEConfig; class TDEAboutData; namespace KWinInternal @@ -32,7 +32,7 @@ namespace KWinInternal class KCMRulesList; class KCMRules - : public KCModule + : public TDECModule { Q_OBJECT public: @@ -45,7 +45,7 @@ class KCMRules void moduleChanged( bool state ); private: KCMRulesList* widget; - KConfig config; + TDEConfig config; }; } // namespace -- cgit v1.2.1