diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:37:49 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:37:49 -0600 |
commit | f8069e2ea048f2657cc417d83820576ec55c181b (patch) | |
tree | cbc5bf540866934a91e0f33b260fc7a25e191fad /kompare/interfaces | |
parent | e6aaa3624cc6179b82a9bfff1760e742a669064c (diff) | |
download | tdesdk-f8069e2ea048f2657cc417d83820576ec55c181b.tar.gz tdesdk-f8069e2ea048f2657cc417d83820576ec55c181b.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'kompare/interfaces')
-rw-r--r-- | kompare/interfaces/kompareinterface.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 <tqstringlist.h> #include <kdemacros.h> -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 ! |