diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:37:21 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:37:21 -0600 |
commit | 86d8364ac704bdc8ad2dfcf52307d9626cfac567 (patch) | |
tree | 97d3ac2c2f60780d9a1de4f82caac7cb27534501 /kresources/birthdays/resourcekabc.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/birthdays/resourcekabc.h')
-rw-r--r-- | kresources/birthdays/resourcekabc.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kresources/birthdays/resourcekabc.h b/kresources/birthdays/resourcekabc.h index be77c1860..169a02946 100644 --- a/kresources/birthdays/resourcekabc.h +++ b/kresources/birthdays/resourcekabc.h @@ -35,7 +35,7 @@ #include "libtdepim/tdepimmacros.h" -namespace KIO { +namespace TDEIO { class FileCopyJob; class Job; } @@ -53,12 +53,12 @@ class KDE_EXPORT ResourceKABC : public ResourceCalendar friend class ResourceKABCConfig; public: - ResourceKABC( const KConfig * ); + ResourceKABC( const TDEConfig * ); ResourceKABC( ); virtual ~ResourceKABC(); - void readConfig( const KConfig *config ); - void writeConfig( KConfig* config ); + void readConfig( const TDEConfig *config ); + void writeConfig( TDEConfig* config ); void setAlarm( bool ); bool alarm(); |