From 04913ce7a46fd027856e83a96205fdc388742a19 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 23 May 2024 14:04:45 +0900 Subject: Rename ntqobject*.h and qobject*.cpp to tqobject* Signed-off-by: Michele Calgaro --- doc/html/ntqstatusbar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/ntqstatusbar.html') diff --git a/doc/html/ntqstatusbar.html b/doc/html/ntqstatusbar.html index 3af2d523..ca3404b0 100644 --- a/doc/html/ntqstatusbar.html +++ b/doc/html/ntqstatusbar.html @@ -92,7 +92,7 @@ message, call clear(). There are two variants of message(): that displays the message until the next clear() or message() and one that has a time limit:

-        connect( loader, TQ_SIGNAL(progressMessage(const TQString&)),
+        connect( loader, TQ_SIGNAL(progressMessage(const TQString&)),
                  statusBar(), TQ_SLOT(message(const TQString&)) );
 
         statusBar()->message("Loading...");  // Initial message
-- 
cgit v1.2.1