diff options
Diffstat (limited to 'kplato/kptcalendaredit.cpp')
-rw-r--r-- | kplato/kptcalendaredit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kplato/kptcalendaredit.cpp b/kplato/kptcalendaredit.cpp index a29eb8c0..427645d7 100644 --- a/kplato/kptcalendaredit.cpp +++ b/kplato/kptcalendaredit.cpp @@ -112,7 +112,7 @@ void CalendarEdit::slotApplyClicked() { //kdDebug()<<k_funcinfo<<"("<<m_calendar<<")"<<endl; DateMap dates = calendarPanel->selectedDates(); for(DateMap::iterator it = dates.begin(); it != dates.end(); ++it) { - TQDate date = TQDate::fromString(it.key(), Qt::ISODate); + TQDate date = TQDate::fromString(it.key(), TQt::ISODate); //kdDebug()<<k_funcinfo<<"Date: "<<date<<endl; CalendarDay *calDay = m_calendar->findDay(date); if (!calDay) { |