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/kotimespanview.h') diff --git a/korganizer/kotimespanview.h b/korganizer/kotimespanview.h index c682ed8..c3e4b41 100644 --- a/korganizer/kotimespanview.h +++ b/korganizer/kotimespanview.h @@ -2,6 +2,8 @@ #define KOTIMESPANVIEW_H #include "koeventview.h" +//Added by qt3to4: +#include class KConfig; class TimeSpanView; @@ -16,7 +18,7 @@ class KOTimeSpanView : public KOEventView virtual int maxDatesHint(); virtual int currentDateCount(); - virtual QPtrList selectedIncidences(); + virtual Q3PtrList selectedIncidences(); DateList selectedDates() {DateList q; return q;} @@ -28,7 +30,7 @@ class KOTimeSpanView : public KOEventView public slots: virtual void updateView(); virtual void showDates(const QDate &start, const QDate &end); - virtual void showEvents(QPtrList eventList); + virtual void showEvents(Q3PtrList eventList); void changeEventDisplay(Event *, int); -- cgit v0.9.0.2