]> git.lyx.org Git - lyx.git/blob - src/frontends/kde/copyrightdlg.C
Move LaTeX and VC logs to GUI-I on xforms
[lyx.git] / src / frontends / kde / copyrightdlg.C
1 /**********************************************************************
2
3         --- Qt Architect generated file ---
4
5         File: copyrightdlg.C
6         Last generated: Thu Oct 12 18:32:40 2000
7
8  *********************************************************************/
9
10 #include <config.h>
11 #include "copyrightdlg.h"
12
13 #define Inherited CopyrightDialogData
14
15 CopyrightDialog::CopyrightDialog
16 (
17         QWidget* parent,
18         const char* name
19 )
20         :
21         Inherited( parent, name )
22 {
23         setCaption(name);
24 }
25
26
27 CopyrightDialog::~CopyrightDialog()
28 {
29 }
30
31 void CopyrightDialog::clickedOK()
32 {
33         hide();
34 }