From 86d8364ac704bdc8ad2dfcf52307d9626cfac567 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:37:21 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- kontact/interfaces/plugin.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kontact/interfaces') diff --git a/kontact/interfaces/plugin.h b/kontact/interfaces/plugin.h index 6e0abdfb8..863e75c6d 100644 --- a/kontact/interfaces/plugin.h +++ b/kontact/interfaces/plugin.h @@ -34,7 +34,7 @@ class DCOPClient; class DCOPObject; class TDEAboutData; class KAction; -class KConfig; +class TDEConfig; class TQWidget; namespace KParts { class ReadOnlyPart; } @@ -250,12 +250,12 @@ class KDE_EXPORT Plugin : public TQObject, virtual public KXMLGUIClient /** * Session management: read properties */ - virtual void readProperties( KConfig * ) {} + virtual void readProperties( TDEConfig * ) {} /** * Session management: save properties */ - virtual void saveProperties( KConfig * ) {} + virtual void saveProperties( TDEConfig * ) {} Core *core() const; -- cgit v1.2.1