From eaa7ee2e0bbca40ba3173c4304f81957e8964291 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 9 Aug 2011 22:25:47 -0500 Subject: rename the following methods: tqfind find tqreplace replace tqcontains contains --- tqtinterface/qt4/src/kernel/tqprinter_unix.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tqtinterface/qt4/src/kernel/tqprinter_unix.cpp') diff --git a/tqtinterface/qt4/src/kernel/tqprinter_unix.cpp b/tqtinterface/qt4/src/kernel/tqprinter_unix.cpp index f9ff932..0472479 100644 --- a/tqtinterface/qt4/src/kernel/tqprinter_unix.cpp +++ b/tqtinterface/qt4/src/kernel/tqprinter_unix.cpp @@ -135,7 +135,7 @@ bool TQPrinter::cmd( int c, TQPainter *paint, TQPDevCmdParam *p ) // if ( fork() > 0 ) { // closeAllOpenFds(); // -// // try to tqreplace this process with "true" - this prevents +// // try to replace this process with "true" - this prevents // // global destructors from being called (that could possibly // // do wrong things to the tqparent process) // (void)execlp("true", "true", (char *)0); @@ -554,7 +554,7 @@ bool TQPrinter::cmd( int c, TQPainter *paint, TQPDevCmdParam *p ) if ( fork() > 0 ) { closeAllOpenFds(); - // try to tqreplace this process with "true" - this prevents + // try to replace this process with "true" - this prevents // global destructors from being called (that could possibly // do wrong things to the tqparent process) (void)execlp("true", "true", (char *)0); -- cgit v1.2.3