]> 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 e0b3d28dc91aae5831f34ebb05203c391250125b..857eaceec2f7a0535e371e17baca3cc33ff2eb5a 100644 (file)
@@ -3,7 +3,7 @@
        --- Qt Architect 1.4-6 generated file ---
 
        File: printdlgdata.h
-       Last generated: Sat Feb 10 21:08:55 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.
@@ -47,29 +47,29 @@ 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* oddpages;
-    QRadioButton* evenpages;
-    KIntLineEdit* from;
-    KIntLineEdit* to;
-    QCheckBox* reverse;
-    KIntLineEdit* count;
-    QCheckBox* sort;
+    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* toprinter;
-    QRadioButton* tofile;
-    QLineEdit* printername;
-    QLineEdit* filename;
-    QPushButton* browse;
+    QRadioButton* radio_toprinter;
+    QRadioButton* radio_tofile;
+    QLineEdit* line_printername;
+    QLineEdit* line_filename;
+    QPushButton* button_browse;
     QLabel* countLabel;
 
 };