diff options
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(); |