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 --- libkcal/resourcecalendar.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libkcal/resourcecalendar.cpp') diff --git a/libkcal/resourcecalendar.cpp b/libkcal/resourcecalendar.cpp index 9f611e75..36a0932b 100644 --- a/libkcal/resourcecalendar.cpp +++ b/libkcal/resourcecalendar.cpp @@ -32,7 +32,7 @@ using namespace KCal; -ResourceCalendar::ResourceCalendar( const KConfig *config ) +ResourceCalendar::ResourceCalendar( const TDEConfig *config ) : KRES::Resource( config ), mResolveConflict( false ) { mException = 0; @@ -81,7 +81,7 @@ TQString ResourceCalendar::infoText() const return txt; } -void ResourceCalendar::writeConfig( KConfig* config ) +void ResourceCalendar::writeConfig( TDEConfig* config ) { // kdDebug(5800) << "ResourceCalendar::writeConfig()" << endl; -- cgit v1.2.3