]> git.lyx.org Git - lyx.git/blob - src/frontends/qt2/QAboutDialog.h
The Cygwin path fix.
[lyx.git] / src / frontends / qt2 / QAboutDialog.h
1 // -*- C++ -*-
2 /**
3  * \file QAboutDialog.h
4  * This file is part of LyX, the document processor.
5  * Licence details can be found in the file COPYING.
6  *
7  * \author Kalle Dalheimer
8  *
9  * Full author contact details are available in file CREDITS.
10  */
11
12 #ifndef QABOUTDIALOG_H
13 #define QABOUTDIALOG_H
14
15 #include "ui/QAboutDialogBase.h"
16
17 namespace lyx {
18 namespace frontend {
19
20 class QAboutDialog : public QAboutDialogBase {
21         Q_OBJECT
22 public:
23         QAboutDialog(QWidget * parent = 0, const char * name = 0,
24                      bool modal = FALSE, WFlags fl = 0);
25         ~QAboutDialog();
26 };
27
28 } // namespace frontend
29 } // namespace lyx
30
31 #endif // QABOUTDIALOG_H