diff options
Diffstat (limited to 'knotes/resourcelocal.h')
-rw-r--r-- | knotes/resourcelocal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knotes/resourcelocal.h b/knotes/resourcelocal.h index da318727a..0262674bd 100644 --- a/knotes/resourcelocal.h +++ b/knotes/resourcelocal.h @@ -64,7 +64,7 @@ public: virtual bool addNote( KCal::Journal* ); virtual bool deleteNote( KCal::Journal* ); - virtual KCal::Alarm::List alarms( const QDateTime& from, const QDateTime& to ); + virtual KCal::Alarm::List alarms( const TQDateTime& from, const TQDateTime& to ); protected: KCal::CalendarLocal mCalendar; |