From a08aff328d4393031d5ba7d622c2b05705a89d73 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Wed, 04 Jul 2007 11:23:42 +0000 Subject: initial public commit of qt4 port --- (limited to 'korganizer/kojournalview.h') diff --git a/korganizer/kojournalview.h b/korganizer/kojournalview.h index 7fa94ae..22f26cd 100644 --- a/korganizer/kojournalview.h +++ b/korganizer/kojournalview.h @@ -25,6 +25,11 @@ #include #include +//Added by qt3to4: +#include +#include +#include +#include class JournalEntry; class QLabel; @@ -46,7 +51,7 @@ class KOJournalView : public KOrg::BaseView virtual int currentDateCount(); void clearList(); - virtual QPtrList selectedIncidences(); + virtual Q3PtrList selectedIncidences(); DateList selectedDates() {DateList q; return q;}; @@ -60,17 +65,17 @@ class KOJournalView : public KOrg::BaseView void flushView(); void updateConfig(); void showDates( const QDate &start, const QDate &end ); - void showEvents(QPtrList eventList); + void showEvents(Q3PtrList eventList); void changeEventDisplay(Event *, int); private: - void showList(QPtrList jl); + void showList(Q3PtrList jl); Calendar *mCalendar; JournalEntry* getNewEntry(); - QPtrList jEntries; + Q3PtrList jEntries; void keyPressEvent ( QKeyEvent * ) ; - QBoxLayout *mTopLayout; + Q3BoxLayout *mTopLayout; QWidget *parWid; QLabel * mDateLabel; QDate mDate; -- cgit v0.9.0.2