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/motif-dialog-example.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/motif-dialog-example.html') diff --git a/doc/html/motif-dialog-example.html b/doc/html/motif-dialog-example.html index 87b861801..cfb9703bb 100644 --- a/doc/html/motif-dialog-example.html +++ b/doc/html/motif-dialog-example.html @@ -166,14 +166,14 @@ static void quitCallback( Widget, XtPointer client_data, XtPointer ) XmNheight, 300, NULL ); - setCaption( tr("TQMotif Dialog Example") ); + setCaption( tr("TQMotif Dialog Example") ); } void MainWindow::showMotifDialog() { TQMotifDialog dialog( this, "custom dialog", TRUE ); - dialog.setCaption( tr("Custom Motif Dialog") ); + dialog.setCaption( tr("Custom Motif Dialog") ); Widget form = XmCreateForm( dialog.shell(), "custom motif dialog", NULL, 0 ); -- cgit v1.2.3