]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/kde/dlg/docsettingsdlgdata.h
initalize memeber vars
[lyx.git] / src / frontends / kde / dlg / docsettingsdlgdata.h
index b591b9b83f5755d608ae4f2b75a823db6a3344aa..0a322ec79da0cb1e6821a0e6edcad4b6e0af5309 100644 (file)
@@ -3,7 +3,7 @@
        --- Qt Architect 1.4-6 generated file ---
 
        File: docsettingsdlgdata.h
-       Last generated: Wed Jan 24 06:43:24 2001
+       Last generated: Sat Mar 31 16:48:38 2001
 
        DO NOT EDIT!!!  This file will be automatically
        regenerated by qtarch.  All changes will be lost.
@@ -14,6 +14,7 @@
 #define DocSettingsDialogData_included
 
 #include <qwidget.h>
+#include "lengthentry.h"
 #include <qcheckbox.h>
 #include <qcombobox.h>
 #include <qlineedit.h>
@@ -38,20 +39,25 @@ public slots:
 
 protected slots:
 
+    virtual void paraspacingChanged(const char*);
     virtual void classChanged(const char*);
+    virtual void addspaceChanged(bool);
 
 public:
-    QComboBox* docclass;
-    QComboBox* pagestyle;
-    QComboBox* font;
-    QComboBox* fontsize;
-    QCheckBox* sides;
-    QCheckBox* columns;
-    QCheckBox* separation;
-    QComboBox* linespacing;
-    QComboBox* skipspacing;
-    QLineEdit* extraoptions;
-    KRestrictedLine* linespacingVal;
+    QComboBox* combo_docclass;
+    QComboBox* combo_pagestyle;
+    QComboBox* combo_font;
+    QComboBox* combo_fontsize;
+    QCheckBox* check_sides;
+    QCheckBox* check_columns;
+    QComboBox* combo_paraspacing;
+    LengthEntry* length_paraspacing;
+    LengthEntry* length_paraspacingstretch;
+    LengthEntry* length_paraspacingshrink;
+    QComboBox* combo_linespacing;
+    KRestrictedLine* line_linespacing;
+    QLineEdit* line_extraoptions;
+    QCheckBox* check_addspace;
 
 };