summaryrefslogtreecommitdiffabout
path: root/korganizer/publishdialog.h
Unidiff
Diffstat (limited to 'korganizer/publishdialog.h') (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/publishdialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/korganizer/publishdialog.h b/korganizer/publishdialog.h
index 338603c..3ffeec4 100644
--- a/korganizer/publishdialog.h
+++ b/korganizer/publishdialog.h
@@ -14,37 +14,37 @@
14 14
15 You should have received a copy of the GNU General Public License 15 You should have received a copy of the GNU General Public License
16 along with this program; if not, write to the Free Software 16 along with this program; if not, write to the Free Software
17 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 17 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
18 18
19 As a special exception, permission is given to link this program 19 As a special exception, permission is given to link this program
20 with any edition of Qt, and distribute the resulting executable, 20 with any edition of Qt, and distribute the resulting executable,
21 without including the source code for Qt in the source distribution. 21 without including the source code for Qt in the source distribution.
22*/ 22*/
23#ifndef PUBLISHDIALOG_H 23#ifndef PUBLISHDIALOG_H
24#define PUBLISHDIALOG_H 24#define PUBLISHDIALOG_H
25 25
26#include <qlistview.h> 26#include <q3listview.h>
27#include <libkcal/attendee.h> 27#include <libkcal/attendee.h>
28 28
29#include "publishdialog_base.h" 29#include "publishdialog_base.h"
30 30
31using namespace KCal; 31using namespace KCal;
32 32
33class PublishDialog : public PublishDialog_base 33class PublishDialog : public PublishDialog_base
34{ 34{
35 Q_OBJECT 35 Q_OBJECT
36 public: 36 public:
37 PublishDialog(QWidget* parent=0,const char* name=0, 37 PublishDialog(QWidget* parent=0,const char* name=0,
38 bool modal=true,WFlags fl=0); 38 bool modal=true,Qt::WFlags fl=0);
39 ~PublishDialog(); 39 ~PublishDialog();
40 40
41 void addAttendee(Attendee *attendee); 41 void addAttendee(Attendee *attendee);
42 QString addresses(); 42 QString addresses();
43 43
44 signals: 44 signals:
45 void numMessagesChanged(int); 45 void numMessagesChanged(int);
46 46
47 protected slots: 47 protected slots:
48 void addItem(); 48 void addItem();
49 void removeItem(); 49 void removeItem();
50 void openAddressbook(); 50 void openAddressbook();