From 86d8364ac704bdc8ad2dfcf52307d9626cfac567 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:37:21 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- korganizer/calendarview.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'korganizer/calendarview.cpp') 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; -- cgit v1.2.1