summaryrefslogtreecommitdiffabout
path: root/korganizer/kotimespanview.h
Side-by-side diff
Diffstat (limited to 'korganizer/kotimespanview.h') (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/kotimespanview.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/korganizer/kotimespanview.h b/korganizer/kotimespanview.h
index c682ed8..c3e4b41 100644
--- a/korganizer/kotimespanview.h
+++ b/korganizer/kotimespanview.h
@@ -3,4 +3,6 @@
#include "koeventview.h"
+//Added by qt3to4:
+#include <Q3PtrList>
class KConfig;
@@ -17,5 +19,5 @@ class KOTimeSpanView : public KOEventView
virtual int maxDatesHint();
virtual int currentDateCount();
- virtual QPtrList<Incidence> selectedIncidences();
+ virtual Q3PtrList<Incidence> selectedIncidences();
DateList selectedDates()
{DateList q;
@@ -29,5 +31,5 @@ class KOTimeSpanView : public KOEventView
virtual void updateView();
virtual void showDates(const QDate &start, const QDate &end);
- virtual void showEvents(QPtrList<Event> eventList);
+ virtual void showEvents(Q3PtrList<Event> eventList);
void changeEventDisplay(Event *, int);