]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/kde/dlg/parageneraldlgdata.h
initalize memeber vars
[lyx.git] / src / frontends / kde / dlg / parageneraldlgdata.h
index 1b3994e7aeef439a03820fb2b85cbcb5e8f83639..5346eb70bb3fc1f8bc907f4fa11897e0bb2a3b32 100644 (file)
@@ -3,7 +3,7 @@
        --- Qt Architect 1.4-6 generated file ---
 
        File: parageneraldlgdata.h
-       Last generated: Wed Jan 24 06:43:30 2001
+       Last generated: Sat Mar 31 16:49:06 2001
 
        DO NOT EDIT!!!  This file will be automatically
        regenerated by qtarch.  All changes will be lost.
 
 #include <qwidget.h>
 #include "tabstack.h"
-#include <qradiobutton.h>
 #include <qcheckbox.h>
+#include <qcombobox.h>
 #include <qlineedit.h>
-#include <qbuttongroup.h>
 
 class ParaGeneralDialogData : public QWidget
 {
@@ -41,16 +40,12 @@ protected slots:
 
 
 protected:
-    QButtonGroup* alignment;
-    QCheckBox* lineabove;
-    QCheckBox* linebelow;
-    QCheckBox* noindent;
-    QRadioButton* block;
-    QRadioButton* center;
-    QRadioButton* left;
-    QRadioButton* right;
-    QLineEdit* labelwidth;
-    TabStack* spacetab;
+    QComboBox* combo_justification;
+    TabStack* tabstack;
+    QCheckBox* check_lineabove;
+    QCheckBox* check_linebelow;
+    QCheckBox* check_noindent;
+    QLineEdit* line_labelwidth;
 
 };