SVN_SILENT made messages (.desktop file)
[kdepim.git] / kmailcvt / kimportpage.h
blob29295477a87ee67449486c958a9b8f5f9410540a
1 /***************************************************************************
2 kimportpage.h - description
3 -------------------
4 begin : Fri Jan 17 2003
5 copyright : (C) 2003 by Laurence Anderson
6 email : l.d.anderson@warwick.ac.uk
7 ***************************************************************************/
9 /***************************************************************************
10 * *
11 * This program is free software; you can redistribute it and/or modify *
12 * it under the terms of the GNU General Public License as published by *
13 * the Free Software Foundation; either version 2 of the License, or *
14 * (at your option) any later version. *
15 * *
16 ***************************************************************************/
18 #ifndef KIMPORTPAGE_H
19 #define KIMPORTPAGE_H
21 #include "ui_kimportpagedlg.h"
23 class KImportPage : public QWidget
25 Q_OBJECT
26 public:
27 explicit KImportPage(QWidget *parent = Q_NULLPTR);
28 ~KImportPage();
30 Ui::KImportPageDlg *widget();
31 private:
32 Ui::KImportPageDlg *mWidget;
35 #endif