From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- doc/html/chart-optionsform-h.html | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'doc/html/chart-optionsform-h.html') diff --git a/doc/html/chart-optionsform-h.html b/doc/html/chart-optionsform-h.html index 4d35bb7fa..12a3710fe 100644 --- a/doc/html/chart-optionsform-h.html +++ b/doc/html/chart-optionsform-h.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; }
#ifndef OPTIONSFORM_H
 #define OPTIONSFORM_H
 
-#include <qdialog.h>
+#include <ntqdialog.h>
 
 class TQButtonGroup;
 class TQComboBox;
@@ -49,30 +49,30 @@ class TQSpinBox;
 class TQVBoxLayout;
 
 
-class OptionsForm : public TQDialog
+class OptionsForm : public TQDialog
 {
     Q_OBJECT
 public:
-    OptionsForm( TQWidget* parent = 0, const char* name = "options form",
+    OptionsForm( TQWidget* parent = 0, const char* name = "options form",
                  bool modal = FALSE, WFlags f = 0 );
     ~OptionsForm() {}
 
-    TQFont font() const { return m_font; }
-    void setFont( TQFont font );
+    TQFont font() const { return m_font; }
+    void setFont( TQFont font );
 
-    TQLabel *chartTypeTextLabel;
-    TQComboBox *chartTypeComboBox;
-    TQPushButton *fontPushButton;
-    TQLabel *fontTextLabel;
-    TQFrame *addValuesFrame;
-    TQButtonGroup *addValuesButtonGroup;
-    TQRadioButton *noRadioButton;
-    TQRadioButton *yesRadioButton;
-    TQRadioButton *asPercentageRadioButton;
-    TQLabel *decimalPlacesTextLabel;
-    TQSpinBox *decimalPlacesSpinBox;
-    TQPushButton *okPushButton;
-    TQPushButton *cancelPushButton;
+    TQLabel *chartTypeTextLabel;
+    TQComboBox *chartTypeComboBox;
+    TQPushButton *fontPushButton;
+    TQLabel *fontTextLabel;
+    TQFrame *addValuesFrame;
+    TQButtonGroup *addValuesButtonGroup;
+    TQRadioButton *noRadioButton;
+    TQRadioButton *yesRadioButton;
+    TQRadioButton *asPercentageRadioButton;
+    TQLabel *decimalPlacesTextLabel;
+    TQSpinBox *decimalPlacesSpinBox;
+    TQPushButton *okPushButton;
+    TQPushButton *cancelPushButton;
 
 protected slots:
     void chooseFont();
@@ -87,7 +87,7 @@ protected:
     TQHBoxLayout *buttonsLayout;
 
 private:
-    TQFont m_font;
+    TQFont m_font;
 };
 
 #endif
-- 
cgit v1.2.1