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.cpp | |
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.cpp')
-rw-r--r-- | korganizer/calendarview.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/korganizer/calendarview.cpp b/korganizer/calendarview.cpp index 2f31310b1..77f8f80b3 100644 --- a/korganizer/calendarview.cpp +++ b/korganizer/calendarview.cpp @@ -537,10 +537,10 @@ void CalendarView::readSettings() TQString str; - // read settings from the KConfig, supplying reasonable + // read settings from the TDEConfig, supplying reasonable // defaults where none are to be found - KConfig *config = KOGlobals::self()->config(); + TDEConfig *config = KOGlobals::self()->config(); #ifndef KORG_NOSPLITTER config->setGroup( "KOrganizer Geometry" ); @@ -577,7 +577,7 @@ void CalendarView::writeSettings() { // kdDebug(5850) << "CalendarView::writeSettings" << endl; - KConfig *config = KOGlobals::self()->config(); + TDEConfig *config = KOGlobals::self()->config(); #ifndef KORG_NOSPLITTER config->setGroup( "KOrganizer Geometry" ); @@ -602,7 +602,7 @@ void CalendarView::writeSettings() config->sync(); } -void CalendarView::readFilterSettings( KConfig *config ) +void CalendarView::readFilterSettings( TDEConfig *config ) { // kdDebug(5850) << "CalendarView::readFilterSettings()" << endl; @@ -639,7 +639,7 @@ void CalendarView::readFilterSettings( KConfig *config ) updateFilter(); } -void CalendarView::writeFilterSettings( KConfig *config ) +void CalendarView::writeFilterSettings( TDEConfig *config ) { // kdDebug(5850) << "CalendarView::writeFilterSettings()" << endl; |