]> git.lyx.org Git - lyx.git/blob - src/frontends/kde/copyrightdlg.h
The big KDE reorg + fi l10n update
[lyx.git] / src / frontends / kde / copyrightdlg.h
1 /**********************************************************************
2
3         --- Qt Architect generated file ---
4
5         File: copyrightdlg.h
6         Last generated: Thu Oct 12 18:32:40 2000
7
8  *********************************************************************/
9
10 #ifndef CopyrightDialog_included
11 #define CopyrightDialog_included
12
13 #include "dlg/copyrightdlgdata.h"
14
15 class CopyrightDialog : public CopyrightDialogData
16 {
17     Q_OBJECT
18
19 public:
20
21     CopyrightDialog
22     (
23         QWidget* parent = NULL,
24         const char* name = NULL
25     );
26
27     virtual ~CopyrightDialog();
28
29 protected slots:
30
31     virtual void clickedOK();
32 };
33 #endif // CopyrightDialog_included