diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:37:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:37:21 -0600 |
commit | 86d8364ac704bdc8ad2dfcf52307d9626cfac567 (patch) | |
tree | 97d3ac2c2f60780d9a1de4f82caac7cb27534501 /kresources/lib/kabc_resourcegroupwarebase.h | |
parent | a9bde819f2b421dcc44741156e75eca4bb5fb4f4 (diff) | |
download | tdepim-86d8364ac704bdc8ad2dfcf52307d9626cfac567.tar.gz tdepim-86d8364ac704bdc8ad2dfcf52307d9626cfac567.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'kresources/lib/kabc_resourcegroupwarebase.h')
-rw-r--r-- | kresources/lib/kabc_resourcegroupwarebase.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kresources/lib/kabc_resourcegroupwarebase.h b/kresources/lib/kabc_resourcegroupwarebase.h index 0785709c6..28ce5199e 100644 --- a/kresources/lib/kabc_resourcegroupwarebase.h +++ b/kresources/lib/kabc_resourcegroupwarebase.h @@ -26,7 +26,7 @@ #include <kabcresourcecached.h> #include <tdepimmacros.h> -class KConfig; +class TDEConfig; namespace KPIM { class GroupwareJob; @@ -46,11 +46,11 @@ class KDE_EXPORT ResourceGroupwareBase : public ResourceCached public: - ResourceGroupwareBase( const KConfig * ); + ResourceGroupwareBase( const TDEConfig * ); ~ResourceGroupwareBase(); - void readConfig( const KConfig * ); - void writeConfig( KConfig * ); + void readConfig( const TDEConfig * ); + void writeConfig( TDEConfig * ); KPIM::GroupwarePrefsBase *prefs() const { return mPrefs; } void setPrefs( KPIM::GroupwarePrefsBase *prefs ); |