kmfolderseldlg.h
00001
00002
00003
00004
00005 #ifndef kmfolderseldlg_h
00006 #define kmfolderseldlg_h
00007
00008 #include <kdialogbase.h>
00009 #include <simplefoldertree.h>
00010 #include <qvaluelist.h>
00011 #include <qguardedptr.h>
00012
00013 class KMFolder;
00014 class KMFolderTree;
00015 class KMMainWidget;
00016
00017 class KMFolderSelDlg: public KDialogBase
00018 {
00019 Q_OBJECT
00020
00021 public:
00026 KMFolderSelDlg( KMMainWidget * parent, const QString& caption, bool mustBeReadWrite );
00027 virtual ~KMFolderSelDlg();
00028
00030 virtual KMFolder* folder( void );
00031
00032 protected slots:
00033 void slotSelect();
00034
00035 protected:
00036 KMail::SimpleFolderTree * mTreeView;
00037 };
00038
00039 #endif
This file is part of the documentation for kmail Library Version 3.3.2.