summaryrefslogtreecommitdiffstats
path: root/kresources/managerimpl.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:35:07 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:35:07 -0600
commit703fb0c89c2eee56a1e613e67a446db9d4287929 (patch)
treedd8c5ca66075cd89c2638a2b48cf78386a9870a7 /kresources/managerimpl.h
parent818e7abec3d5d3809b6b77293558678371c16b71 (diff)
downloadtdelibs-703fb0c89c2eee56a1e613e67a446db9d4287929.tar.gz
tdelibs-703fb0c89c2eee56a1e613e67a446db9d4287929.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'kresources/managerimpl.h')
-rw-r--r--kresources/managerimpl.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kresources/managerimpl.h b/kresources/managerimpl.h
index e86ea3d9d..4fdd4d96c 100644
--- a/kresources/managerimpl.h
+++ b/kresources/managerimpl.h
@@ -30,7 +30,7 @@
#include "manageriface.h"
#include <kresources/resource.h>
-class KConfig;
+class TDEConfig;
namespace KRES {
@@ -49,8 +49,8 @@ class KRESOURCES_EXPORT ManagerImpl : virtual public ManagerIface
ManagerImpl( ManagerNotifier *, const TQString &family );
~ManagerImpl();
- void readConfig( KConfig * );
- void writeConfig( KConfig * );
+ void readConfig( TDEConfig * );
+ void writeConfig( TDEConfig * );
void add( Resource *resource );
void remove( Resource *resource );
@@ -90,8 +90,8 @@ class KRESOURCES_EXPORT ManagerImpl : virtual public ManagerIface
ManagerNotifier *mNotifier;
TQString mFamily;
- KConfig *mConfig;
- KConfig *mStdConfig;
+ TDEConfig *mConfig;
+ TDEConfig *mStdConfig;
Resource *mStandard;
Factory *mFactory;
Resource::List mResources;