From fef846914f8db6dc117e206ef913d519bf6bb33e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 29 Jul 2024 12:43:23 +0900 Subject: Rename basic widget nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/table-statistics-statistics-cpp.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/table-statistics-statistics-cpp.html') diff --git a/doc/html/table-statistics-statistics-cpp.html b/doc/html/table-statistics-statistics-cpp.html index 595ebc003..71ca318d1 100644 --- a/doc/html/table-statistics-statistics-cpp.html +++ b/doc/html/table-statistics-statistics-cpp.html @@ -47,7 +47,7 @@ body { background: #ffffff; color: black; } #include <tqdir.h> #include <tqstringlist.h> #include <ntqheader.h> -#include <ntqcombobox.h> +#include <tqcombobox.h> #include <stdlib.h> const char* dirs[] = { @@ -174,7 +174,7 @@ void Table::recalcSum( int, int col ) TQWidget *ComboItem::createEditor() const { // create an editor - a combobox in our case - ( (ComboItem*)this )->cb = new TQComboBox( table()->viewport() ); + ( (ComboItem*)this )->cb = new TQComboBox( table()->viewport() ); TQObject::connect( cb, TQ_SIGNAL( activated( int ) ), table(), TQ_SLOT( doValueChanged() ) ); cb->insertItem( "Yes" ); cb->insertItem( "No" ); -- cgit v1.2.3