]> git.lyx.org Git - lyx.git/blob - src/frontends/kde/copyrightdlg.C
More preference work from Angus
[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 "copyrightdlg.h"
11
12 #define Inherited CopyrightDialogData
13
14 CopyrightDialog::CopyrightDialog
15 (
16         QWidget* parent,
17         const char* name
18 )
19         :
20         Inherited( parent, name )
21 {
22         setCaption(name);
23 }
24
25
26 CopyrightDialog::~CopyrightDialog()
27 {
28 }
29
30 void CopyrightDialog::clickedOK()
31 {
32         hide();
33 }