]> git.lyx.org Git - lyx.git/blob - src/frontends/qt2/FormCopyrightDialogImpl.h
First attempt at converting copyright dialog to MVC architecture
[lyx.git] / src / frontends / qt2 / FormCopyrightDialogImpl.h
1 #ifndef FORMCOPYRIGHTDIALOGIMPL_H
2 #define FORMCOPYRIGHTDIALOGIMPL_H
3 #include "FormCopyrightDialog.h"
4
5 class FormCopyrightDialogImpl : public FormCopyrightDialog
6
7     Q_OBJECT
8
9 public:
10     FormCopyrightDialogImpl( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
11     ~FormCopyrightDialogImpl();
12
13 };
14
15 #endif // FORMCOPYRIGHTDIALOGIMPL_H