From d35eedcd87d59e716c6d49bbb6b634ef1a7660c5 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 24 Aug 2024 20:19:50 +0900 Subject: Rename style nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/motif-customwidget-example.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 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 858741b36..613b03302 100644 --- a/doc/html/motif-customwidget-example.html +++ b/doc/html/motif-customwidget-example.html @@ -50,7 +50,7 @@ public: MainWindow(); private: - TQMotifWidget *customwidget; + TQMotifWidget *customwidget; }; #endif // MAINWINDOW_H @@ -61,14 +61,14 @@ private:

#include "mainwindow.h"
 
 #include <ntqapplication.h>
-#include <qmotif.h>
+#include <tqmotif.h>
 
 
 int main( int argc, char **argv )
 {
     XtSetLanguageProc( NULL, NULL, NULL );
 
-    TQMotif integrator( "customwidget" );
+    TQMotif integrator( "customwidget" );
     TQApplication app( argc, argv );
 
     MainWindow mainwindow;
@@ -86,7 +86,7 @@ int main( int argc, char **argv )
 #include <tqpopupmenu.h>
 #include <tqstatusbar.h>
 
-#include <qmotifwidget.h>
+#include <tqmotifwidget.h>
 
 #include <Xm/Form.h>
 #include <Xm/PushB.h>
@@ -103,7 +103,7 @@ int main( int argc, char **argv )
     statusBar()->message( tr("This is a TQMainWindow with an XmText widget.") );
 
     customwidget =
-        new TQMotifWidget( this, xmFormWidgetClass, NULL, 0, "form" );
+        new TQMotifWidget( this, xmFormWidgetClass, NULL, 0, "form" );
 
     XmString str;
     Arg args[6];
-- 
cgit v1.2.1