diff options
Diffstat (limited to 'doc/html/chart-optionsform-h.html')
-rw-r--r-- | doc/html/chart-optionsform-h.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/html/chart-optionsform-h.html b/doc/html/chart-optionsform-h.html index bec50c913..04cbcc141 100644 --- a/doc/html/chart-optionsform-h.html +++ b/doc/html/chart-optionsform-h.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <pre>#ifndef OPTIONSFORM_H #define OPTIONSFORM_H -#include <<a href="qdialog-h.html">ntqdialog.h</a>> +#include <<a href="tqdialog-h.html">tqdialog.h</a>> class TQButtonGroup; class TQComboBox; @@ -49,7 +49,7 @@ class TQSpinBox; class TQVBoxLayout; -class OptionsForm : public <a href="ntqdialog.html">TQDialog</a> +class OptionsForm : public <a href="tqdialog.html">TQDialog</a> { TQ_OBJECT public: @@ -61,18 +61,18 @@ public: void setFont( <a href="tqfont.html">TQFont</a> font ); <a href="tqlabel.html">TQLabel</a> *chartTypeTextLabel; - <a href="ntqcombobox.html">TQComboBox</a> *chartTypeComboBox; - <a href="ntqpushbutton.html">TQPushButton</a> *fontPushButton; + <a href="tqcombobox.html">TQComboBox</a> *chartTypeComboBox; + <a href="tqpushbutton.html">TQPushButton</a> *fontPushButton; <a href="tqlabel.html">TQLabel</a> *fontTextLabel; <a href="ntqframe.html">TQFrame</a> *addValuesFrame; <a href="ntqbuttongroup.html">TQButtonGroup</a> *addValuesButtonGroup; - <a href="ntqradiobutton.html">TQRadioButton</a> *noRadioButton; - <a href="ntqradiobutton.html">TQRadioButton</a> *yesRadioButton; - <a href="ntqradiobutton.html">TQRadioButton</a> *asPercentageRadioButton; + <a href="tqradiobutton.html">TQRadioButton</a> *noRadioButton; + <a href="tqradiobutton.html">TQRadioButton</a> *yesRadioButton; + <a href="tqradiobutton.html">TQRadioButton</a> *asPercentageRadioButton; <a href="tqlabel.html">TQLabel</a> *decimalPlacesTextLabel; - <a href="ntqspinbox.html">TQSpinBox</a> *decimalPlacesSpinBox; - <a href="ntqpushbutton.html">TQPushButton</a> *okPushButton; - <a href="ntqpushbutton.html">TQPushButton</a> *cancelPushButton; + <a href="tqspinbox.html">TQSpinBox</a> *decimalPlacesSpinBox; + <a href="tqpushbutton.html">TQPushButton</a> *okPushButton; + <a href="tqpushbutton.html">TQPushButton</a> *cancelPushButton; protected slots: void chooseFont(); |