]> git.lyx.org Git - lyx.git/blob - src/frontends/kde/formcopyrightdialog.C
Small fix from Angus
[lyx.git] / src / frontends / kde / formcopyrightdialog.C
1 /**********************************************************************
2
3         --- Qt Architect generated file ---
4
5         File: formcopyrightdialog.C
6         Last generated: Thu Oct 12 18:32:40 2000
7
8  *********************************************************************/
9
10 #include "formcopyrightdialog.h"
11
12 #define Inherited FormCopyrightDialogData
13
14 FormCopyrightDialog::FormCopyrightDialog
15 (
16         QWidget* parent,
17         const char* name
18 )
19         :
20         Inherited( parent, name )
21 {
22         setCaption(name);
23 }
24
25
26 FormCopyrightDialog::~FormCopyrightDialog()
27 {
28 }
29
30 void FormCopyrightDialog::clickedOK()
31 {
32         hide();
33 }