summaryrefslogtreecommitdiffabout
path: root/korganizer/kodialogmanager.h
Unidiff
Diffstat (limited to 'korganizer/kodialogmanager.h') (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/kodialogmanager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/korganizer/kodialogmanager.h b/korganizer/kodialogmanager.h
index b68ddc2..00ad1df 100644
--- a/korganizer/kodialogmanager.h
+++ b/korganizer/kodialogmanager.h
@@ -20,17 +20,17 @@
20 As a special exception, permission is given to link this program 20 As a special exception, permission is given to link this program
21 with any edition of Qt, and distribute the resulting executable, 21 with any edition of Qt, and distribute the resulting executable,
22 without including the source code for Qt in the source distribution. 22 without including the source code for Qt in the source distribution.
23*/ 23*/
24#ifndef KODIALOGMANAGER_H 24#ifndef KODIALOGMANAGER_H
25#define KODIALOGMANAGER_H 25#define KODIALOGMANAGER_H
26 26
27#include <qobject.h> 27#include <qobject.h>
28#include <qptrlist.h> 28#include <q3ptrlist.h>
29 29
30#include <libkcal/calfilter.h> 30#include <libkcal/calfilter.h>
31 31
32class CalendarView; 32class CalendarView;
33class OutgoingDialog; 33class OutgoingDialog;
34class IncomingDialog; 34class IncomingDialog;
35class KOPrefsDialog; 35class KOPrefsDialog;
36//namespace KPIM { class CategoryEditDialog; } 36//namespace KPIM { class CategoryEditDialog; }
@@ -73,17 +73,17 @@ class KODialogManager : public QObject
73 void showOptionsDialog( bool showSync = false); 73 void showOptionsDialog( bool showSync = false);
74 void showGlobalOptionsDialog(bool showSync = false); 74 void showGlobalOptionsDialog(bool showSync = false);
75 void showSyncOptions(); 75 void showSyncOptions();
76 void showIncomingDialog(); 76 void showIncomingDialog();
77 void showOutgoingDialog(); 77 void showOutgoingDialog();
78 // void showCategoryEditDialog(); 78 // void showCategoryEditDialog();
79 void showSearchDialog(); 79 void showSearchDialog();
80 void showArchiveDialog(); 80 void showArchiveDialog();
81 void showFilterEditDialog(QPtrList<CalFilter> *filters); 81 void showFilterEditDialog(Q3PtrList<CalFilter> *filters);
82 void showPluginDialog(); 82 void showPluginDialog();
83 void hideSearchDialog(); 83 void hideSearchDialog();
84 84
85 private: 85 private:
86 void createOutgoingDialog(); 86 void createOutgoingDialog();
87 void createIncomingDialog(); 87 void createIncomingDialog();
88 88
89 CalendarView *mMainView; 89 CalendarView *mMainView;