summaryrefslogtreecommitdiffstats
path: root/korganizer/calendarview.h
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/calendarview.h')
-rw-r--r--korganizer/calendarview.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/korganizer/calendarview.h b/korganizer/calendarview.h
index 1baaf16e..3df3046e 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. */