]> git.lyx.org Git - features.git/blob - src/frontends/kde/formcopyrightdialogdata.h
Bibtex fix from Angus ; first try at fixing mathed crash
[features.git] / src / frontends / kde / formcopyrightdialogdata.h
1 /**********************************************************************
2
3         --- Qt Architect generated file ---
4
5         File: formcopyrightdialogdata.h
6         Last generated: Thu Oct 12 19:15:16 2000
7
8         DO NOT EDIT!!!  This file will be automatically
9         regenerated by qtarch.  All changes will be lost.
10
11  *********************************************************************/
12
13 #ifndef FormCopyrightDialogData_included
14 #define FormCopyrightDialogData_included
15
16 #include <qwidget.h>
17 #include <qpushbutton.h>
18
19 class FormCopyrightDialogData : public QWidget
20 {
21     Q_OBJECT
22
23 public:
24
25     FormCopyrightDialogData
26     (
27         QWidget* parent = NULL,
28         const char* name = NULL
29     );
30
31     virtual ~FormCopyrightDialogData();
32
33 public slots:
34
35
36 protected slots:
37
38     virtual void clickedOK();
39
40 protected:
41     QPushButton* buttonOk;
42
43 };
44
45 #endif // FormCopyrightDialogData_included