summaryrefslogtreecommitdiffstats
path: root/kresources/egroupware/kabc_resourcexmlrpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'kresources/egroupware/kabc_resourcexmlrpc.h')
-rw-r--r--kresources/egroupware/kabc_resourcexmlrpc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kresources/egroupware/kabc_resourcexmlrpc.h b/kresources/egroupware/kabc_resourcexmlrpc.h
index 93ba6650..d9b745aa 100644
--- a/kresources/egroupware/kabc_resourcexmlrpc.h
+++ b/kresources/egroupware/kabc_resourcexmlrpc.h
@@ -26,7 +26,7 @@
#include "libtdepim/kabcresourcecached.h"
-class KConfig;
+class TDEConfig;
class Synchronizer;
namespace KXMLRPC {
@@ -43,12 +43,12 @@ class KDE_EXPORT ResourceXMLRPC : public ResourceCached
public:
- ResourceXMLRPC( const KConfig* );
+ ResourceXMLRPC( const TDEConfig* );
ResourceXMLRPC( const TQString &url, const TQString &domain,
const TQString &user, const TQString &password );
~ResourceXMLRPC();
- virtual void writeConfig( KConfig* );
+ virtual void writeConfig( TDEConfig* );
EGroupwarePrefs *prefs() const { return mPrefs; }