From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- doc/html/motif-walkthrough-1.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/motif-walkthrough-1.html') diff --git a/doc/html/motif-walkthrough-1.html b/doc/html/motif-walkthrough-1.html index aac0cab67..59bf202aa 100644 --- a/doc/html/motif-walkthrough-1.html +++ b/doc/html/motif-walkthrough-1.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } [ Home ] [ Next: Preparing to Migrate the User Interface ] -

Starting with TQMotif and TQApplication +

Starting with TQMotif and TQApplication

To be able to use TQt, we need to create a TQApplication object. The TQApplication class controls all the event delivery and display @@ -59,7 +59,7 @@ the TQt Motif Extension provides a complete integration. Normally, a Motif based program would use the XtAppMainLoop() function to run the application's event loop. This is still possible, but since we are migrating to the TQt toolkit, we prefer to use the -TQApplication::exec() function for running the event loop. +TQApplication::exec() function for running the event loop.


 

Since we renamed todo.c to todo.cpp, we must change the project file and rerun qmake to regenerate our Makefile. When we -- cgit v1.2.1