summaryrefslogtreecommitdiffstats
path: root/libkcal/resourcecalendar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libkcal/resourcecalendar.cpp')
-rw-r--r--libkcal/resourcecalendar.cpp4
1 files changed, 2 insertions, 2 deletions
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;