summaryrefslogtreecommitdiff
path: root/noncore/net/mail/newmaildir.h
blob: 1eb904e8779b98cf9723bc70fcc37a0e61a218ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#include "newmaildirui.h"
#include <qvariant.h>

class Newmdirdlg : public Newmdirdlgui
{
    Q_OBJECT
public:
    Newmdirdlg( QWidget* parent = 0, const char* name = 0);
    ~Newmdirdlg();
    
    const QString&Newdir()const;
    const bool subpossible()const;

protected slots:
    virtual void accept();
    
protected:
    QString ndir;
    bool possible_subs;
};