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/ntqdialog.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/ntqdialog.html') diff --git a/doc/html/ntqdialog.html b/doc/html/ntqdialog.html index beb7c7ffe..c35bac26b 100644 --- a/doc/html/ntqdialog.html +++ b/doc/html/ntqdialog.html @@ -173,7 +173,7 @@ dialog is deleted after exec() returns.
        TQFileDialog *dlg = new TQFileDialog( workingDirectory,
                 TQString::null, 0, 0, TRUE );
-        dlg->setCaption( TQFileDialog::tr( "Open" ) );
+        dlg->setCaption( TQFileDialog::tr( "Open" ) );
         dlg->setMode( TQFileDialog::ExistingFile );
         TQString result;
         if ( dlg->exec() == TQDialog::Accepted ) {
-- 
cgit v1.2.1