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