]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/kde/dlg/printdlgdata.h
initalize memeber vars
[lyx.git] / src / frontends / kde / dlg / printdlgdata.h
index 75bf9519049b7480605b7458e971e9df1dbad2a1..857eaceec2f7a0535e371e17baca3cc33ff2eb5a 100644 (file)
@@ -3,7 +3,7 @@
        --- Qt Architect 1.4-6 generated file ---
 
        File: printdlgdata.h
-       Last generated: Wed Jan 24 06:43:35 2001
+       Last generated: Sat Mar 31 16:49:09 2001
 
        DO NOT EDIT!!!  This file will be automatically
        regenerated by qtarch.  All changes will be lost.
@@ -13,7 +13,7 @@
 #ifndef PrintDialogData_included
 #define PrintDialogData_included
 
-#include <qwidget.h>
+#include <qdialog.h>
 #include <qlabel.h>
 #include <qradiobutton.h>
 #include <qcheckbox.h>
@@ -23,7 +23,7 @@
 #include <qlineedit.h>
 #include <qbuttongroup.h>
 
-class PrintDialogData : public QWidget
+class PrintDialogData : public QDialog
 {
     Q_OBJECT
 
@@ -47,30 +47,30 @@ protected slots:
     virtual void changedCount(const char*);
     virtual void clickedPrint();
 
-protected:
+public:
     QGroupBox* pagesGroupBox;
     QButtonGroup* pagesRadioGroup;
     QGroupBox* copies;
     QGroupBox* printToGroupBox;
     QButtonGroup* printToRadioGroup;
-    QPushButton* print;
-    QPushButton* cancel;
-    QRadioButton* allpages;
-    QRadioButton* evenpages;
-    KIntLineEdit* from;
+    QPushButton* button_ok;
+    QPushButton* button_cancel;
+    QRadioButton* radio_allpages;
+    QRadioButton* radio_oddpages;
+    QRadioButton* radio_evenpages;
+    KIntLineEdit* line_from;
+    KIntLineEdit* line_to;
+    QCheckBox* check_reverse;
+    KIntLineEdit* line_count;
+    QCheckBox* check_sort;
     QLabel* fromLabel;
     QLabel* toLabel;
-    QRadioButton* oddpages;
-    QRadioButton* toprinter;
-    QRadioButton* tofile;
-    QLineEdit* printername;
-    QCheckBox* reverse;
-    QLineEdit* filename;
-    QCheckBox* sort;
-    QPushButton* browse;
-    KIntLineEdit* count;
+    QRadioButton* radio_toprinter;
+    QRadioButton* radio_tofile;
+    QLineEdit* line_printername;
+    QLineEdit* line_filename;
+    QPushButton* button_browse;
     QLabel* countLabel;
-    KIntLineEdit* to;
 
 };