]> git.lyx.org Git - lyx.git/blob - src/frontends/kde/dlg/copyrightdlgdata.h
Update to MVC. Ref,Toc and citation don't work at all currently.
[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: Sat Mar 31 22:09:01 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 <qdialog.h>
17 #include <qlabel.h>
18 #include <qpushbutton.h>
19
20 class CopyrightDialogData : public QDialog
21 {
22     Q_OBJECT
23
24 public:
25
26     CopyrightDialogData
27     (
28         QWidget* parent = NULL,
29         const char* name = NULL
30     );
31
32     virtual ~CopyrightDialogData();
33
34 public slots:
35
36
37 protected slots:
38
39     virtual void clickedOK();
40
41 public:
42     QPushButton* button_cancel;
43     QLabel* label_copyright;
44     QLabel* label_licence;
45     QLabel* label_disclaimer;
46
47 };
48
49 #endif // CopyrightDialogData_included