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/tutorial2-06.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/tutorial2-06.html') diff --git a/doc/html/tutorial2-06.html b/doc/html/tutorial2-06.html index 3d5977d7f..73ea348a3 100644 --- a/doc/html/tutorial2-06.html +++ b/doc/html/tutorial2-06.html @@ -240,7 +240,7 @@ with this text item, and provided a getter and setter for this value. TQ_OBJECT public: CanvasView( TQCanvas *canvas, ElementVector *elements, - TQWidget* parent = 0, const char* name = "canvas view", + TQWidget* parent = 0, const char* name = "canvas view", WFlags f = 0 ) : TQCanvasView( canvas, parent, name, f ), m_movingItem(0), m_elements( elements ) {} -- cgit v1.2.3