From 0582c90a9ed4b965629267713f51c0da7c38b39d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 4 Sep 2024 11:53:23 +0900 Subject: Rename remaining ntq[m-r]* related files to equivalent tq* (except ntqmodules.h) Signed-off-by: Michele Calgaro --- doc/html/canvas-example.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/canvas-example.html') diff --git a/doc/html/canvas-example.html b/doc/html/canvas-example.html index 1f91a482f..659f25d14 100644 --- a/doc/html/canvas-example.html +++ b/doc/html/canvas-example.html @@ -136,7 +136,7 @@ private:

#include <tqdatetime.h>
 #include <tqmainwindow.h>
 #include <tqstatusbar.h>
-#include <ntqmessagebox.h>
+#include <tqmessagebox.h>
 #include <tqmenubar.h>
 #include <ntqapplication.h>
 #include <tqpainter.h>
@@ -548,7 +548,7 @@ void Main::clear()
 
 void Main::help()
 {
-    static TQMessageBox* about = new TQMessageBox( "TQt Canvas Example",
+    static TQMessageBox* about = new TQMessageBox( "TQt Canvas Example",
             "<h3>The TQCanvas classes example</h3>"
             "<ul>"
                 "<li> Press ALT-S for some sprites."
@@ -563,7 +563,7 @@ void Main::help()
 
 void Main::aboutTQt()
 {
-    TQMessageBox::aboutTQt( this, "TQt Canvas Example" );
+    TQMessageBox::aboutTQt( this, "TQt Canvas Example" );
 }
 
 void Main::toggleDoubleBuffer()
@@ -877,7 +877,7 @@ void Main::addRectangle()
 


Main:

#include <tqstatusbar.h>
-#include <ntqmessagebox.h>
+#include <tqmessagebox.h>
 #include <tqmenubar.h>
 #include <ntqapplication.h>
 #include <tqimage.h>
-- 
cgit v1.2.3