summaryrefslogtreecommitdiffstats
path: root/kresources/egroupware/kabc_resourcexmlrpc.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:37:21 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:37:21 -0600
commit86d8364ac704bdc8ad2dfcf52307d9626cfac567 (patch)
tree97d3ac2c2f60780d9a1de4f82caac7cb27534501 /kresources/egroupware/kabc_resourcexmlrpc.h
parenta9bde819f2b421dcc44741156e75eca4bb5fb4f4 (diff)
downloadtdepim-86d8364ac704bdc8ad2dfcf52307d9626cfac567.tar.gz
tdepim-86d8364ac704bdc8ad2dfcf52307d9626cfac567.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
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 93ba66509..d9b745aa3 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; }