kmail

importarchivedialog.h
1 /* Copyright 2009 Klarälvdalens Datakonsult AB
2 
3  This program is free software; you can redistribute it and/or
4  modify it under the terms of the GNU General Public License as
5  published by the Free Software Foundation; either version 2 of
6  the License or (at your option) version 3 or any later version
7  accepted by the membership of KDE e.V. (or its successor approved
8  by the membership of KDE e.V.), which shall act as a proxy
9  defined in Section 14 of version 3 of the license.
10 
11  This program is distributed in the hope that it will be useful,
12  but WITHOUT ANY WARRANTY; without even the implied warranty of
13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14  GNU General Public License for more details.
15 
16  You should have received a copy of the GNU General Public License
17  along with this program. If not, see <http://www.gnu.org/licenses/>.
18 */
19 #ifndef IMPORTARCHIVEDIALOG_H
20 #define IMPORTARCHIVEDIALOG_H
21 
22 #include <kdialogbase.h>
23 
24 class KMFolder;
25 class KURLRequester;
26 
27 namespace KMail
28 {
29 class FolderRequester;
30 
31 // TODO: Common base class for ArchiveFolderDialog and ImportArchiveDialog?
32 class ImportArchiveDialog : public KDialogBase
33 {
34  TQ_OBJECT
35 
36 
37  public:
38 
39  ImportArchiveDialog( TQWidget *parent, TQt::WidgetFlags flags );
40  void setFolder( KMFolder *defaultFolder );
41 
42  protected slots:
43 
45  virtual void slotOk();
46 
47  private:
48 
49  TQWidget *mParentWidget;
50  FolderRequester *mFolderRequester;
51  KURLRequester *mUrlRequester;
52 };
53 
54 }
55 
56 #endif
Mail folder.
Definition: kmfolder.h:69
folderdiaquotatab.h
Definition: aboutdata.cpp:40