From 8bd291c0e8a9d8b6eec6f5217e4d5c2f1fd06b96 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 2 Mar 2012 02:13:02 -0600 Subject: Rename additional global functions and variables for tqt3 --- tqt3integration/utils/gen.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tqt3integration/utils') diff --git a/tqt3integration/utils/gen.cpp b/tqt3integration/utils/gen.cpp index 5406cb1aa..85507573e 100644 --- a/tqt3integration/utils/gen.cpp +++ b/tqt3integration/utils/gen.cpp @@ -500,8 +500,8 @@ void generateTQtKde() stream << "\n"; stream << " {\n" -" if( qt_xdisplay() != NULL )\n" -" XSync( qt_xdisplay(), False );\n"; +" if( tqt_xdisplay() != NULL )\n" +" XSync( tqt_xdisplay(), False );\n"; TQString parent_arg; for( TQValueList< Arg >::ConstIterator it2 = function.args.begin(); it2 != function.args.end(); @@ -519,7 +519,7 @@ void generateTQtKde() if( !parent_arg.isEmpty()) { stream << " if( " << parent_arg << " == 0 )\n"; - stream << " DCOPRef( \"kded\", \"MainApplication-Interface\" ).call( \"updateUserTimestamp\", qt_x_time );\n"; + stream << " DCOPRef( \"kded\", \"MainApplication-Interface\" ).call( \"updateUserTimestamp\", tqt_x_time );\n"; } stream << " TQByteArray data, replyData;\n" -- cgit v1.2.1