summaryrefslogtreecommitdiffabout
path: root/korganizer/kotimespanview.h
Unidiff
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
@@ -4,2 +4,4 @@
4#include "koeventview.h" 4#include "koeventview.h"
5//Added by qt3to4:
6#include <Q3PtrList>
5 7
@@ -18,3 +20,3 @@ class KOTimeSpanView : public KOEventView
18 virtual int currentDateCount(); 20 virtual int currentDateCount();
19 virtual QPtrList<Incidence> selectedIncidences(); 21 virtual Q3PtrList<Incidence> selectedIncidences();
20 DateList selectedDates() 22 DateList selectedDates()
@@ -30,3 +32,3 @@ class KOTimeSpanView : public KOEventView
30 virtual void showDates(const QDate &start, const QDate &end); 32 virtual void showDates(const QDate &start, const QDate &end);
31 virtual void showEvents(QPtrList<Event> eventList); 33 virtual void showEvents(Q3PtrList<Event> eventList);
32 34