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/tqdatetime.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/tqdatetime.html') diff --git a/doc/html/tqdatetime.html b/doc/html/tqdatetime.html index 0e9c2d440..707b3f51d 100644 --- a/doc/html/tqdatetime.html +++ b/doc/html/tqdatetime.html @@ -244,7 +244,7 @@ is negative if dt is earlier than this datetime).
     TQDateTime dt = TQDateTime::currentDateTime();
     TQDateTime xmas( TQDate(dt.date().year(),12,24), TQTime(17,00) );
-    tqDebug( "There are %d seconds to Christmas", dt.secsTo(xmas) );
+    tqDebug( "There are %d seconds to Christmas", dt.secsTo(xmas) );
     

See also addSecs(), daysTo(), and TQTime::secsTo(). -- cgit v1.2.1