From 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 2 Jun 2024 23:07:22 +0900 Subject: Rename ntqwidget* related files to equivalent tqwidget* Signed-off-by: Michele Calgaro --- doc/html/chart-setdataform-cpp.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/html/chart-setdataform-cpp.html') 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; SetDataForm::SetDataForm( ElementVector *elements, int decimalPlaces, - TQWidget* parent, const char* name, + TQWidget* parent, const char* name, bool modal, WFlags f ) : TQDialog( parent, name, modal, f ) @@ -69,8 +69,8 @@ const int MAX_PATTERNS = 14; m_elements = elements; m_decimalPlaces = decimalPlaces; - setCaption( "Chart -- Set Data" ); - resize( 540, 440 ); + setCaption( "Chart -- Set Data" ); + resize( 540, 440 ); tableButtonBox = new TQVBoxLayout( this, 11, 6, "table button box layout" ); @@ -97,7 +97,7 @@ const int MAX_PATTERNS = 14; colorPushButton = new TQPushButton( this, "color button" ); colorPushButton->setText( "&Color..." ); - colorPushButton->setEnabled( FALSE ); + colorPushButton->setEnabled( FALSE ); buttonBox->addWidget( colorPushButton ); TQSpacerItem *spacer = new TQSpacerItem( 0, 0, TQSizePolicy::Expanding, @@ -178,7 +178,7 @@ const int MAX_PATTERNS = 14; void SetDataForm::currentChanged( int, int col ) { - colorPushButton->setEnabled( col == 1 || col == 4 ); + colorPushButton->setEnabled( col == 1 || col == 4 ); } @@ -200,7 +200,7 @@ void SetDataForm::valueChanged( int row, int col ) void SetDataForm::setColor() { setColor( table->currentRow(), table->currentColumn() ); - table->setFocus(); + table->setFocus(); } -- cgit v1.2.3