From f8069e2ea048f2657cc417d83820576ec55c181b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:37:49 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- kompare/interfaces/kompareinterface.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kompare/interfaces') diff --git a/kompare/interfaces/kompareinterface.h b/kompare/interfaces/kompareinterface.h index 37fabe9f..06ab7a77 100644 --- a/kompare/interfaces/kompareinterface.h +++ b/kompare/interfaces/kompareinterface.h @@ -8,7 +8,7 @@ #include #include -class KConfig; +class TDEConfig; class KURL; class KompareInterfacePrivate; @@ -87,8 +87,8 @@ public: * Warning this should be in class Part in KDE 4.0, not here ! * Around that time the methods will disappear here */ - virtual int readProperties( KConfig* config ) = 0; - virtual int saveProperties( KConfig* config ) = 0; + virtual int readProperties( TDEConfig* config ) = 0; + virtual int saveProperties( TDEConfig* config ) = 0; /** * Warning this should be in class ReadWritePart in KDE 4.0, not here ! -- cgit v1.2.1