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 /korganizer/calendarview.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 '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. */ |