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/kowhatsnextview.h') diff --git a/korganizer/kowhatsnextview.h b/korganizer/kowhatsnextview.h index 93574ef..49fc448 100644 --- a/korganizer/kowhatsnextview.h +++ b/korganizer/kowhatsnextview.h @@ -19,22 +19,28 @@ #ifndef KOWHATSNEXTVIEW_H #define KOWHATSNEXTVIEW_H -#include +#include #include +//Added by qt3to4: +#include +#include +#include +#include +#include #include -class QListView; +class Q3ListView; class QLabel; class KOEventViewerDialog; #include #include -class WhatsNextTextBrowser : public QTextBrowser { +class WhatsNextTextBrowser : public Q3TextBrowser { Q_OBJECT public: - WhatsNextTextBrowser(QWidget *parent) : QTextBrowser(parent) {}; + WhatsNextTextBrowser(QWidget *parent) : Q3TextBrowser(parent) {}; void setSource(const QString &); void printMe(); @@ -58,7 +64,7 @@ class KOWhatsNextView : public KOrg::BaseView virtual int maxDatesHint(); virtual int currentDateCount(); void setEventViewer(KOEventViewerDialog* v ); - virtual QPtrList selectedIncidences(); + virtual Q3PtrList selectedIncidences(); void clearList(); DateList selectedDates() {DateList q; @@ -70,7 +76,7 @@ class KOWhatsNextView : public KOrg::BaseView virtual void updateView(); void printMe(); virtual void showDates(const QDate &start, const QDate &end); - virtual void showEvents(QPtrList eventList); + virtual void showEvents(Q3PtrList eventList); void updateConfig(); void changeEventDisplay(Event *, int); @@ -96,7 +102,7 @@ class KOWhatsNextView : public KOrg::BaseView // QLabel *mDateLabel; KOEventViewerDialog *mEventViewer; - QValueList mTodos; + Q3ValueList mTodos; }; #endif -- cgit v0.9.0.2