summaryrefslogtreecommitdiffstats
path: root/doc/html/chart-optionsform-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/chart-optionsform-h.html')
-rw-r--r--doc/html/chart-optionsform-h.html38
1 files changed, 19 insertions, 19 deletions
diff --git a/doc/html/chart-optionsform-h.html b/doc/html/chart-optionsform-h.html
index 4d35bb7f..12a3710f 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 &lt;<a href="qdialog-h.html">qdialog.h</a>&gt;
+#include &lt;<a href="qdialog-h.html">ntqdialog.h</a>&gt;
class TQButtonGroup;
class TQComboBox;
@@ -49,30 +49,30 @@ class TQSpinBox;
class TQVBoxLayout;
-class OptionsForm : public <a href="qdialog.html">TQDialog</a>
+class OptionsForm : public <a href="ntqdialog.html">TQDialog</a>
{
Q_OBJECT
public:
- OptionsForm( <a href="qwidget.html">TQWidget</a>* parent = 0, const char* name = "options form",
+ OptionsForm( <a href="ntqwidget.html">TQWidget</a>* parent = 0, const char* name = "options form",
bool modal = FALSE, WFlags f = 0 );
~OptionsForm() {}
- <a href="qfont.html">TQFont</a> font() const { return m_font; }
- void setFont( <a href="qfont.html">TQFont</a> font );
+ <a href="ntqfont.html">TQFont</a> font() const { return m_font; }
+ void setFont( <a href="ntqfont.html">TQFont</a> font );
- <a href="qlabel.html">TQLabel</a> *chartTypeTextLabel;
- <a href="qcombobox.html">TQComboBox</a> *chartTypeComboBox;
- <a href="qpushbutton.html">TQPushButton</a> *fontPushButton;
- <a href="qlabel.html">TQLabel</a> *fontTextLabel;
- <a href="qframe.html">TQFrame</a> *addValuesFrame;
- <a href="qbuttongroup.html">TQButtonGroup</a> *addValuesButtonGroup;
- <a href="qradiobutton.html">TQRadioButton</a> *noRadioButton;
- <a href="qradiobutton.html">TQRadioButton</a> *yesRadioButton;
- <a href="qradiobutton.html">TQRadioButton</a> *asPercentageRadioButton;
- <a href="qlabel.html">TQLabel</a> *decimalPlacesTextLabel;
- <a href="qspinbox.html">TQSpinBox</a> *decimalPlacesSpinBox;
- <a href="qpushbutton.html">TQPushButton</a> *okPushButton;
- <a href="qpushbutton.html">TQPushButton</a> *cancelPushButton;
+ <a href="ntqlabel.html">TQLabel</a> *chartTypeTextLabel;
+ <a href="ntqcombobox.html">TQComboBox</a> *chartTypeComboBox;
+ <a href="ntqpushbutton.html">TQPushButton</a> *fontPushButton;
+ <a href="ntqlabel.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="ntqlabel.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;
protected slots:
void chooseFont();
@@ -87,7 +87,7 @@ protected:
<a href="qhboxlayout.html">TQHBoxLayout</a> *buttonsLayout;
private:
- <a href="qfont.html">TQFont</a> m_font;
+ <a href="ntqfont.html">TQFont</a> m_font;
};
#endif