From 9ba04742771370f59740e32e11c5f3a1e6a1b70a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 5 Dec 2011 15:55:57 -0600 Subject: Initial TQt conversion --- kjsembed/qjscmd.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kjsembed/qjscmd.cpp') diff --git a/kjsembed/qjscmd.cpp b/kjsembed/qjscmd.cpp index 005d0b9e..c985a6b3 100644 --- a/kjsembed/qjscmd.cpp +++ b/kjsembed/qjscmd.cpp @@ -40,9 +40,9 @@ int main( int argc, char **argv ) RedirectIOToConsole(); # endif #endif - // Setup QApplication - TQApplication *app; - app = new TQApplication( argc, argv ); + // Setup TQApplication + TTQApplication *app; + app = new TTQApplication( argc, argv ); app->connect( app, TQT_SIGNAL( lastWindowClosed() ), TQT_SLOT(quit()) ); // Setup Interpreter @@ -73,7 +73,7 @@ int main( int argc, char **argv ) } int result = 0; - part->execute( TQString("include('cmdline.js');") ); + part->execute( TTQString("include('cmdline.js');") ); return result; } -- cgit v1.2.1