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/statistics-example.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/statistics-example.html') diff --git a/doc/html/statistics-example.html b/doc/html/statistics-example.html index 03d96def0..b35fcc0ff 100644 --- a/doc/html/statistics-example.html +++ b/doc/html/statistics-example.html @@ -63,8 +63,8 @@ class ComboItem : public TQTableItem { public: ComboItem( TQTable *t, EditType et ); - TQWidget *createEditor() const; - void setContentFromEditor( TQWidget *w ); + TQWidget *createEditor() const; + void setContentFromEditor( TQWidget *w ); void setText( const TQString &s ); private: @@ -244,7 +244,7 @@ void Table::recalcSum( int, int col ) return cb; } -void ComboItem::setContentFromEditor( TQWidget *w ) +void ComboItem::setContentFromEditor( TQWidget *w ) { // the user changed the value of the combobox, so synchronize the // value of the item (its text), with the value of the combobox @@ -287,7 +287,7 @@ int main( int argc, char **argv ) Table t; a.setMainWidget( &t ); - t.show(); + t.show(); return a.exec(); } -- cgit v1.2.3