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