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-customwidget-example.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/motif-customwidget-example.html') diff --git a/doc/html/motif-customwidget-example.html b/doc/html/motif-customwidget-example.html index 26d3e488b..a33f39db6 100644 --- a/doc/html/motif-customwidget-example.html +++ b/doc/html/motif-customwidget-example.html @@ -97,10 +97,10 @@ int main( int argc, char **argv ) : TQMainWindow( 0, "mainwindow" ) { TQPopupMenu *filemenu = new TQPopupMenu( this ); - filemenu->insertItem( tr("&Quit"), tqApp, TQ_SLOT(quit()) ); + filemenu->insertItem( tr("&Quit"), tqApp, TQ_SLOT(quit()) ); - menuBar()->insertItem( tr("&File"), filemenu ); - statusBar()->message( tr("This is a TQMainWindow with an XmText widget.") ); + menuBar()->insertItem( tr("&File"), filemenu ); + statusBar()->message( tr("This is a TQMainWindow with an XmText widget.") ); customwidget = new TQMotifWidget( this, xmFormWidgetClass, NULL, 0, "form" ); -- cgit v1.2.3