summaryrefslogtreecommitdiffstats
path: root/kresources/lib/kcal_resourcegroupwarebase.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/lib/kcal_resourcegroupwarebase.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/lib/kcal_resourcegroupwarebase.h')
-rw-r--r--kresources/lib/kcal_resourcegroupwarebase.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/kresources/lib/kcal_resourcegroupwarebase.h b/kresources/lib/kcal_resourcegroupwarebase.h
index 5691c19d6..f6b46dbf7 100644
--- a/kresources/lib/kcal_resourcegroupwarebase.h
+++ b/kresources/lib/kcal_resourcegroupwarebase.h
@@ -28,7 +28,7 @@
#include <tdepimmacros.h>
#include <kabc/locknull.h>
-namespace KIO {
+namespace TDEIO {
class Job;
}
@@ -56,11 +56,11 @@ class KDE_EXPORT ResourceGroupwareBase : public ResourceCached
public:
ResourceGroupwareBase();
- ResourceGroupwareBase( const KConfig * );
+ ResourceGroupwareBase( const TDEConfig * );
virtual ~ResourceGroupwareBase();
- void readConfig( const KConfig *config );
- void writeConfig( KConfig *config );
+ void readConfig( const TDEConfig *config );
+ void writeConfig( TDEConfig *config );
KPIM::GroupwarePrefsBase *prefs();
KPIM::FolderLister *folderLister() { return mFolderLister; }
@@ -92,8 +92,8 @@ class KDE_EXPORT ResourceGroupwareBase : public ResourceCached
virtual KPIM::GroupwareUploadJob *createUploadJob( CalendarAdaptor *adaptor );
protected slots:
- void slotLoginJobResult( KIO::Job *job );
- void slotLogoffJobResult( KIO::Job *job );
+ void slotLoginJobResult( TDEIO::Job *job );
+ void slotLogoffJobResult( TDEIO::Job *job );
void slotDownloadJobResult( KPIM::GroupwareJob * );
void slotUploadJobResult( KPIM::GroupwareJob * );