summaryrefslogtreecommitdiffabout
path: root/korganizer/outgoingdialog.h
Unidiff
Diffstat (limited to 'korganizer/outgoingdialog.h') (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/outgoingdialog.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/korganizer/outgoingdialog.h b/korganizer/outgoingdialog.h
index a3d561a..e727087 100644
--- a/korganizer/outgoingdialog.h
+++ b/korganizer/outgoingdialog.h
@@ -22,9 +22,9 @@
22*/ 22*/
23#ifndef OUTGOINGDIALOG_H 23#ifndef OUTGOINGDIALOG_H
24#define OUTGOINGDIALOG_H 24#define OUTGOINGDIALOG_H
25 25
26#include <qlistview.h> 26#include <q3listview.h>
27#include <qmap.h> 27#include <qmap.h>
28#include <qstring.h> 28#include <qstring.h>
29 29
30#include <libkcal/scheduler.h> 30#include <libkcal/scheduler.h>
@@ -33,12 +33,12 @@
33#include "outgoingdialog_base.h" 33#include "outgoingdialog_base.h"
34 34
35using namespace KCal; 35using namespace KCal;
36 36
37class ScheduleItemOut : public QListViewItem 37class ScheduleItemOut : public Q3ListViewItem
38{ 38{
39 public: 39 public:
40 ScheduleItemOut(QListView *parent,IncidenceBase *ev, 40 ScheduleItemOut(Q3ListView *parent,IncidenceBase *ev,
41 Scheduler::Method method, const QString &recipients=QString::null); 41 Scheduler::Method method, const QString &recipients=QString::null);
42 virtual ~ScheduleItemOut() {} 42 virtual ~ScheduleItemOut() {}
43 43
44 IncidenceBase *event() { return mIncidence; } 44 IncidenceBase *event() { return mIncidence; }
@@ -55,9 +55,9 @@ class OutgoingDialog : public OutgoingDialog_base
55{ 55{
56 Q_OBJECT 56 Q_OBJECT
57 public: 57 public:
58 OutgoingDialog(Calendar *,QWidget* parent=0,const char* name=0, 58 OutgoingDialog(Calendar *,QWidget* parent=0,const char* name=0,
59 bool modal=false,WFlags fl=0); 59 bool modal=false,Qt::WFlags fl=0);
60 ~OutgoingDialog(); 60 ~OutgoingDialog();
61 61
62 bool addMessage(IncidenceBase *,Scheduler::Method); 62 bool addMessage(IncidenceBase *,Scheduler::Method);
63 bool addMessage(IncidenceBase *,Scheduler::Method,const QString &recipients); 63 bool addMessage(IncidenceBase *,Scheduler::Method,const QString &recipients);
@@ -71,9 +71,9 @@ class OutgoingDialog : public OutgoingDialog_base
71 71
72 protected slots: 72 protected slots:
73 void send(); 73 void send();
74 void deleteItem(); 74 void deleteItem();
75 void showEvent(QListViewItem *); 75 void showEvent(Q3ListViewItem *);
76 76
77 private: 77 private:
78 bool saveMessage(IncidenceBase *,Scheduler::Method,const QString &recipients=0); 78 bool saveMessage(IncidenceBase *,Scheduler::Method,const QString &recipients=0);
79 bool deleteMessage(IncidenceBase *); 79 bool deleteMessage(IncidenceBase *);