]> git.lyx.org Git - lyx.git/blob - src/frontends/kde/dlg/copyrightdlgdata.h
FormDocument and various fixes.
[lyx.git] / src / frontends / kde / dlg / copyrightdlgdata.h
1 /**********************************************************************
2
3         --- Qt Architect 1.4-6 generated file ---
4
5         File: copyrightdlgdata.h
6         Last generated: Wed Jan 24 06:43:16 2001
7
8         DO NOT EDIT!!!  This file will be automatically
9         regenerated by qtarch.  All changes will be lost.
10
11  *********************************************************************/
12
13 #ifndef CopyrightDialogData_included
14 #define CopyrightDialogData_included
15
16 #include <qwidget.h>
17 #include <qpushbutton.h>
18
19 class CopyrightDialogData : public QWidget
20 {
21     Q_OBJECT
22
23 public:
24
25     CopyrightDialogData
26     (
27         QWidget* parent = NULL,
28         const char* name = NULL
29     );
30
31     virtual ~CopyrightDialogData();
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 // CopyrightDialogData_included