]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/kde/dlg/docdlgdata.h
initalize memeber vars
[lyx.git] / src / frontends / kde / dlg / docdlgdata.h
index 0a2ae0c3441e5c64b04ffba00398b3e0f3d08b24..8339c3c3c11c7dc8bb8baa87124bbb92aa4202ca 100644 (file)
@@ -3,7 +3,7 @@
        --- Qt Architect 1.4-6 generated file ---
 
        File: docdlgdata.h
-       Last generated: Wed Jan 24 06:43:22 2001
+       Last generated: Sat Mar 31 16:48:15 2001
 
        DO NOT EDIT!!!  This file will be automatically
        regenerated by qtarch.  All changes will be lost.
 #ifndef DocDialogData_included
 #define DocDialogData_included
 
-#include <qwidget.h>
+#include <qdialog.h>
 #include "tabstack.h"
 #include <qpushbutton.h>
 
-class DocDialogData : public QWidget
+class DocDialogData : public QDialog
 {
     Q_OBJECT
 
@@ -41,12 +41,12 @@ protected slots:
     virtual void apply_adaptor();
     virtual void cancel_adaptor();
 
-protected:
-    QPushButton* ok;
+public:
+    QPushButton* button_ok;
+    QPushButton* button_apply;
+    QPushButton* button_restore;
+    QPushButton* button_cancel;
     TabStack* tabstack;
-    QPushButton* apply;
-    QPushButton* restore;
-    QPushButton* cancel;
 
 };