publishdialog.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023 #ifndef PUBLISHDIALOG_H
00024 #define PUBLISHDIALOG_H
00025
00026 #include <qlistview.h>
00027 #include <libkcal/attendee.h>
00028
00029 #include "publishdialog_base.h"
00030
00031 using namespace KCal;
00032
00033 class PublishDialog : public PublishDialog_base
00034 {
00035 Q_OBJECT
00036 public:
00037 PublishDialog(QWidget* parent=0,const char* name=0,
00038 bool modal=true,WFlags fl=0);
00039 ~PublishDialog();
00040
00041 void addAttendee(Attendee *attendee);
00042 QString addresses();
00043
00044 signals:
00045 void numMessagesChanged(int);
00046
00047 protected slots:
00048 void addItem();
00049 void removeItem();
00050 void openAddressbook();
00051 void updateItem();
00052 void updateInput();
00053 };
00054
00055 #endif // OUTGOINGDIALOG_H
This file is part of the documentation for kdelibs Version 3.1.5.