Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

newmaildir.h

Go to the documentation of this file.
00001 #include "newmaildirui.h"
00002 #include <qvariant.h>
00003 
00004 class Newmdirdlg : public Newmdirdlgui
00005 {
00006     Q_OBJECT
00007 public:
00008     Newmdirdlg( QWidget* parent = 0, const char* name = 0,bool no_sub=false);
00009     ~Newmdirdlg();
00010     
00011     const QString&Newdir()const;
00012     const bool subpossible()const;
00013 
00014 protected slots:
00015     virtual void accept();
00016     
00017 protected:
00018     QString ndir;
00019     bool possible_subs;
00020 };

Generated on Sat Nov 5 16:17:39 2005 for OPIE by  doxygen 1.4.2