summaryrefslogtreecommitdiffstats
path: root/doc/html/chart-optionsform-cpp.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/chart-optionsform-cpp.html')
-rw-r--r--doc/html/chart-optionsform-cpp.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/chart-optionsform-cpp.html b/doc/html/chart-optionsform-cpp.html
index 2cbe58572..0c5c57b80 100644
--- a/doc/html/chart-optionsform-cpp.html
+++ b/doc/html/chart-optionsform-cpp.html
@@ -34,10 +34,10 @@ body { background: #ffffff; color: black; }
<pre>#include "optionsform.h"
-#include &lt;<a href="qbuttongroup-h.html">ntqbuttongroup.h</a>&gt;
+#include &lt;<a href="tqbuttongroup-h.html">tqbuttongroup.h</a>&gt;
#include &lt;<a href="tqcombobox-h.html">tqcombobox.h</a>&gt;
#include &lt;<a href="tqfontdialog-h.html">tqfontdialog.h</a>&gt;
-#include &lt;<a href="qframe-h.html">ntqframe.h</a>&gt;
+#include &lt;<a href="tqframe-h.html">tqframe.h</a>&gt;
#include &lt;<a href="tqimage-h.html">tqimage.h</a>&gt;
#include &lt;<a href="tqlabel-h.html">tqlabel.h</a>&gt;
#include &lt;<a href="qlayout-h.html">ntqlayout.h</a>&gt;
@@ -86,12 +86,12 @@ body { background: #ffffff; color: black; }
fontLayout-&gt;<a href="qboxlayout.html#addWidget">addWidget</a>( fontTextLabel );
optionsFormLayout-&gt;<a href="qboxlayout.html#addLayout">addLayout</a>( fontLayout );
- addValuesFrame = new <a href="ntqframe.html">TQFrame</a>( this );
- addValuesFrame-&gt;<a href="ntqframe.html#setFrameShape">setFrameShape</a>( TQFrame::StyledPanel );
- addValuesFrame-&gt;<a href="ntqframe.html#setFrameShadow">setFrameShadow</a>( TQFrame::Sunken );
+ addValuesFrame = new <a href="tqframe.html">TQFrame</a>( this );
+ addValuesFrame-&gt;<a href="tqframe.html#setFrameShape">setFrameShape</a>( TQFrame::StyledPanel );
+ addValuesFrame-&gt;<a href="tqframe.html#setFrameShadow">setFrameShadow</a>( TQFrame::Sunken );
addValuesFrameLayout = new <a href="qvboxlayout.html">TQVBoxLayout</a>( addValuesFrame, 11, 6 );
- addValuesButtonGroup = new <a href="ntqbuttongroup.html">TQButtonGroup</a>( "Show Values", addValuesFrame );
+ addValuesButtonGroup = new <a href="tqbuttongroup.html">TQButtonGroup</a>( "Show Values", addValuesFrame );
addValuesButtonGroup-&gt;<a href="ntqgroupbox.html#setColumnLayout">setColumnLayout</a>(0, TQt::Vertical );
addValuesButtonGroup-&gt;<a href="tqwidget.html#layout">layout</a>()-&gt;setSpacing( 6 );
addValuesButtonGroup-&gt;<a href="tqwidget.html#layout">layout</a>()-&gt;setMargin( 11 );
@@ -138,9 +138,9 @@ body { background: #ffffff; color: black; }
buttonsLayout-&gt;<a href="qboxlayout.html#addWidget">addWidget</a>( cancelPushButton );
optionsFormLayout-&gt;<a href="qboxlayout.html#addLayout">addLayout</a>( buttonsLayout );
- <a href="tqobject.html#connect">connect</a>( fontPushButton, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( chooseFont() ) );
- <a href="tqobject.html#connect">connect</a>( okPushButton, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( <a href="tqdialog.html#accept">accept</a>() ) );
- <a href="tqobject.html#connect">connect</a>( cancelPushButton, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( <a href="tqdialog.html#reject">reject</a>() ) );
+ <a href="tqobject.html#connect">connect</a>( fontPushButton, TQ_SIGNAL( <a href="tqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( chooseFont() ) );
+ <a href="tqobject.html#connect">connect</a>( okPushButton, TQ_SIGNAL( <a href="tqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( <a href="tqdialog.html#accept">accept</a>() ) );
+ <a href="tqobject.html#connect">connect</a>( cancelPushButton, TQ_SIGNAL( <a href="tqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( <a href="tqdialog.html#reject">reject</a>() ) );
chartTypeTextLabel-&gt;<a href="tqlabel.html#setBuddy">setBuddy</a>( chartTypeComboBox );
decimalPlacesTextLabel-&gt;<a href="tqlabel.html#setBuddy">setBuddy</a>( decimalPlacesSpinBox );