summaryrefslogtreecommitdiffstats
path: root/doc/html/chart-setdataform-cpp.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/chart-setdataform-cpp.html')
-rw-r--r--doc/html/chart-setdataform-cpp.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/chart-setdataform-cpp.html b/doc/html/chart-setdataform-cpp.html
index b90a42fdb..bc911fe24 100644
--- a/doc/html/chart-setdataform-cpp.html
+++ b/doc/html/chart-setdataform-cpp.html
@@ -61,7 +61,7 @@ const int MAX_PATTERNS = 14;
<a name="f178"></a>SetDataForm::SetDataForm( ElementVector *elements, int decimalPlaces,
- <a href="ntqwidget.html">TQWidget</a>* parent, const char* name,
+ <a href="tqwidget.html">TQWidget</a>* parent, const char* name,
bool modal, WFlags f )
: <a href="ntqdialog.html">TQDialog</a>( parent, name, modal, f )
@@ -69,8 +69,8 @@ const int MAX_PATTERNS = 14;
m_elements = elements;
m_decimalPlaces = decimalPlaces;
- <a href="ntqwidget.html#setCaption">setCaption</a>( "Chart -- Set Data" );
- <a href="ntqwidget.html#resize">resize</a>( 540, 440 );
+ <a href="tqwidget.html#setCaption">setCaption</a>( "Chart -- Set Data" );
+ <a href="tqwidget.html#resize">resize</a>( 540, 440 );
tableButtonBox = new <a href="qvboxlayout.html">TQVBoxLayout</a>( this, 11, 6, "table button box layout" );
@@ -97,7 +97,7 @@ const int MAX_PATTERNS = 14;
colorPushButton = new <a href="ntqpushbutton.html">TQPushButton</a>( this, "color button" );
colorPushButton-&gt;<a href="ntqbutton.html#setText">setText</a>( "&amp;Color..." );
- colorPushButton-&gt;<a href="ntqwidget.html#setEnabled">setEnabled</a>( FALSE );
+ colorPushButton-&gt;<a href="tqwidget.html#setEnabled">setEnabled</a>( FALSE );
buttonBox-&gt;<a href="qboxlayout.html#addWidget">addWidget</a>( colorPushButton );
<a href="qspaceritem.html">TQSpacerItem</a> *spacer = new <a href="qspaceritem.html">TQSpacerItem</a>( 0, 0, TQSizePolicy::Expanding,
@@ -178,7 +178,7 @@ const int MAX_PATTERNS = 14;
void <a name="f179"></a>SetDataForm::currentChanged( int, int col )
{
- colorPushButton-&gt;<a href="ntqwidget.html#setEnabled">setEnabled</a>( col == 1 || col == 4 );
+ colorPushButton-&gt;<a href="tqwidget.html#setEnabled">setEnabled</a>( col == 1 || col == 4 );
}
@@ -200,7 +200,7 @@ void <a name="f180"></a>SetDataForm::valueChanged( int row, int col )
void <a name="f181"></a>SetDataForm::setColor()
{
setColor( table-&gt;<a href="ntqtable.html#currentRow">currentRow</a>(), table-&gt;<a href="ntqtable.html#currentColumn">currentColumn</a>() );
- table-&gt;<a href="ntqwidget.html#setFocus">setFocus</a>();
+ table-&gt;<a href="tqwidget.html#setFocus">setFocus</a>();
}