]> git.lyx.org Git - features.git/blob - src/frontends/kde/copyrightdlgdata.h
The KDE monster patch from John
[features.git] / src / frontends / kde / copyrightdlgdata.h
1 /**********************************************************************
2
3         --- Qt Architect generated file ---
4
5         File: copyrightdlgdata.h
6         Last generated: Sat Oct 14 03:43:37 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 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