]> 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 678f7db79b90c55cb978f5ab14e17ef8ae9c9040..5346eb70bb3fc1f8bc907f4fa11897e0bb2a3b32 100644 (file)
@@ -3,7 +3,7 @@
        --- Qt Architect 1.4-6 generated file ---
 
        File: parageneraldlgdata.h
-       Last generated: Mon Dec 4 13:48:18 2000
+       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
 {
@@ -40,17 +39,13 @@ public slots:
 protected slots:
 
 
-public:
-    QButtonGroup* alignment;
-    QCheckBox* lineabove;
-    QCheckBox* linebelow;
-    QCheckBox* noindent;
-    QRadioButton* block;
-    QRadioButton* center;
-    QRadioButton* left;
-    QRadioButton* right;
-    QLineEdit* labelwidth;
-    TabStack* spacetab;
+protected:
+    QComboBox* combo_justification;
+    TabStack* tabstack;
+    QCheckBox* check_lineabove;
+    QCheckBox* check_linebelow;
+    QCheckBox* check_noindent;
+    QLineEdit* line_labelwidth;
 
 };