From 397b7afa8e3f32268c4454bf4783ac2a5a799658 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 15 Oct 2024 13:05:33 +0900 Subject: Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqtimer.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/tqtimer.html') diff --git a/doc/html/tqtimer.html b/doc/html/tqtimer.html index e8b8029b8..3e1a5f786 100644 --- a/doc/html/tqtimer.html +++ b/doc/html/tqtimer.html @@ -140,15 +140,15 @@ to bother with a timerEvent or to create a local TQTimer object.

Example:

-        #include <ntqapplication.h>
+        #include <tqapplication.h>
         #include <tqtimer.h>
 
         int main( int argc, char **argv )
         {
-            TQApplication a( argc, argv );
-            TQTimer::singleShot( 10*60*1000, &a, TQ_SLOT(quit()) );
+            TQApplication a( argc, argv );
+            TQTimer::singleShot( 10*60*1000, &a, TQ_SLOT(quit()) );
                 ... // create and show your widgets
-            return a.exec();
+            return a.exec();
         }
     
-- cgit v1.2.3