]> git.lyx.org Git - lyx.git/blob - src/frontends/kde/dlg/indexdlgdata.h
iA smaller KDE fix + remove l10n menu bindings
[lyx.git] / src / frontends / kde / dlg / indexdlgdata.h
1 /**********************************************************************
2
3         --- Qt Architect 1.4-6 generated file ---
4
5         File: indexdlgdata.h
6         Last generated: Mon Dec 4 18:21:52 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 IndexDialogData_included
14 #define IndexDialogData_included
15
16 #include <qwidget.h>
17 #include <qlabel.h>
18 #include <qpushbutton.h>
19 #include <qlineedit.h>
20
21 class IndexDialogData : public QWidget
22 {
23     Q_OBJECT
24
25 public:
26
27     IndexDialogData
28     (
29         QWidget* parent = NULL,
30         const char* name = NULL
31     );
32
33     virtual ~IndexDialogData();
34
35 public slots:
36
37
38 protected slots:
39
40     virtual void clickedCancel();
41     virtual void clickedOK();
42
43 protected:
44     QLabel* labelindex;
45     QLineEdit* index;
46     QPushButton* buttonOk;
47     QPushButton* buttonCancel;
48
49 };
50
51 #endif // IndexDialogData_included