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 --- kalarm/alarmcalendar.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kalarm/alarmcalendar.h') diff --git a/kalarm/alarmcalendar.h b/kalarm/alarmcalendar.h index cebd64605..91977ea97 100644 --- a/kalarm/alarmcalendar.h +++ b/kalarm/alarmcalendar.h @@ -26,7 +26,7 @@ #include #include "alarmevent.h" -class KConfig; +class TDEConfig; /** Provides read and write access to calendar files. @@ -93,7 +93,7 @@ class AlarmCalendar : public TQObject bool saveCal(const TQString& newFile = TQString()); void purge(int daysToKeep); void startPurgeTimer(); - static AlarmCalendar* createCalendar(CalID, KConfig*, TQString& writePath, const TQString& configKey = TQString()); + static AlarmCalendar* createCalendar(CalID, TDEConfig*, TQString& writePath, const TQString& configKey = TQString()); static AlarmCalendar* calendarOpen(CalID); static AlarmCalendar* mCalendars[NCALS]; // the calendars -- cgit v1.2.1