kde-playground/kdepim/kmailcvt/kimportpage.h
2015-04-14 21:49:29 +00:00

35 lines
1.3 KiB
C++

/***************************************************************************
kimportpage.h - description
-------------------
begin : Fri Jan 17 2003
copyright : (C) 2003 by Laurence Anderson
email : l.d.anderson@warwick.ac.uk
***************************************************************************/
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
#ifndef KIMPORTPAGE_H
#define KIMPORTPAGE_H
#include "ui_kimportpagedlg.h"
class KImportPage : public QWidget
{
Q_OBJECT
public:
explicit KImportPage(QWidget *parent=0);
~KImportPage();
Ui::KImportPageDlg *widget();
private:
Ui::KImportPageDlg *mWidget;
};
#endif