summaryrefslogtreecommitdiffstats
path: root/kresources/egroupware/kcal_resourcexmlrpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'kresources/egroupware/kcal_resourcexmlrpc.h')
-rw-r--r--kresources/egroupware/kcal_resourcexmlrpc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kresources/egroupware/kcal_resourcexmlrpc.h b/kresources/egroupware/kcal_resourcexmlrpc.h
index de6033078..5253babaa 100644
--- a/kresources/egroupware/kcal_resourcexmlrpc.h
+++ b/kresources/egroupware/kcal_resourcexmlrpc.h
@@ -56,12 +56,12 @@ class KDE_EXPORT ResourceXMLRPC : public ResourceCached
public:
- ResourceXMLRPC( const KConfig* );
+ ResourceXMLRPC( const TDEConfig* );
ResourceXMLRPC();
virtual ~ResourceXMLRPC();
- void readConfig( const KConfig* config );
- void writeConfig( KConfig* config );
+ void readConfig( const TDEConfig* config );
+ void writeConfig( TDEConfig* config );
EGroupwarePrefs *prefs() const { return mPrefs; }