]> git.lyx.org Git - lyx.git/blob - src/frontends/kde/dlg/logdlgdata.h
Update to MVC. Ref,Toc and citation don't work at all currently.
[lyx.git] / src / frontends / kde / dlg / logdlgdata.h
1 /**********************************************************************
2
3         --- Qt Architect 1.4-6 generated file ---
4
5         File: logdlgdata.h
6         Last generated: Sat Mar 31 16:48:46 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 LogDialogData_included
14 #define LogDialogData_included
15
16 #include <qdialog.h>
17 #include <qpushbutton.h>
18 #include <qmultilinedit.h>
19
20 class LogDialogData : public QDialog
21 {
22     Q_OBJECT
23
24 public:
25
26     LogDialogData
27     (
28         QWidget* parent = NULL,
29         const char* name = NULL
30     );
31
32     virtual ~LogDialogData();
33
34 public slots:
35
36
37 protected slots:
38
39     virtual void updatePressed();
40     virtual void closePressed();
41
42 public:
43     QPushButton* button_cancel;
44     QPushButton* button_update;
45     QMultiLineEdit* line_viewer;
46
47 };
48
49 #endif // LogDialogData_included