diff options
Diffstat (limited to 'korganizer/calendarview.h')
-rw-r--r-- | korganizer/calendarview.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/korganizer/calendarview.h b/korganizer/calendarview.h index 1baaf16e5..3df3046e8 100644 --- a/korganizer/calendarview.h +++ b/korganizer/calendarview.h @@ -378,7 +378,7 @@ class KDE_EXPORT CalendarView : public KOrg::CalendarViewBase, public Calendar:: void checkClipboard(); /** - Using the KConfig associated with the kapp variable, read in the + Using the TDEConfig associated with the kapp variable, read in the settings from the config file. You have to call setCalendar before calling readSettings. @@ -389,10 +389,10 @@ class KDE_EXPORT CalendarView : public KOrg::CalendarViewBase, public Calendar:: void writeSettings(); /** read settings for calendar filters */ - void readFilterSettings( KConfig *config ); + void readFilterSettings( TDEConfig *config ); /** write settings for calendar filters */ - void writeFilterSettings( KConfig *config ); + void writeFilterSettings( TDEConfig *config ); /** passes on the message that an event has changed to the currently * activated view so that it can make appropriate display changes. */ |