plugindialog.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 PLUGINDIALOG_H
00024 #define PLUGINDIALOG_H
00025
00026 #include <qlistview.h>
00027
00028 #include <kdialogbase.h>
00029
00030 #include "calendarview.h"
00031
00032 class PluginDialog : public KDialogBase
00033 {
00034 Q_OBJECT
00035 public:
00036 PluginDialog(QWidget *parent=0);
00037 virtual ~PluginDialog();
00038
00039 signals:
00040 void configChanged();
00041
00042 protected slots:
00043 void slotOk();
00044 void slotCancel();
00045 void configure();
00046
00047 void selectionChanged( QListViewItem* );
00048
00049 private:
00050 void buildList();
00051 QListView *mListView;
00052 CalendarView *mMainView;
00053 };
00054
00055 #endif
This file is part of the documentation for korganizer Library Version 3.2.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Mon Apr 26 23:23:34 2004 by
doxygen 1.3.6-20040222 written by
Dimitri van Heesch, © 1997-2003