1 /***************************************************************************
2                           helpmoroccoform.h  -  description
3                              -------------------
4     begin                : August 1, 2011
5     copyright            : (C) 2011 by Lalescu Liviu
6     email                : Please see https://lalescu.ro/liviu/ for details about contacting Liviu Lalescu (in particular, you can find here the e-mail address)
7  ***************************************************************************/
8 
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  ***************************************************************************/
17 
18 #ifndef HELPMOROCCOFORM_H
19 #define HELPMOROCCOFORM_H
20 
21 #include "ui_helpmoroccoform_template.h"
22 
23 class HelpMoroccoForm : public QDialog, public Ui::HelpMoroccoForm_template
24 {
25 	Q_OBJECT
26 
27 public:
28 	HelpMoroccoForm(QWidget* parent);
29 	~HelpMoroccoForm();
30 };
31 
32 #endif
33