summaryrefslogtreecommitdiffstats
path: root/experimental/tqtinterface/qt4/src/tools/tqglobal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/tqtinterface/qt4/src/tools/tqglobal.cpp')
-rw-r--r--experimental/tqtinterface/qt4/src/tools/tqglobal.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/experimental/tqtinterface/qt4/src/tools/tqglobal.cpp b/experimental/tqtinterface/qt4/src/tools/tqglobal.cpp
index 0d548ed03..dd5528bb9 100644
--- a/experimental/tqtinterface/qt4/src/tools/tqglobal.cpp
+++ b/experimental/tqtinterface/qt4/src/tools/tqglobal.cpp
@@ -784,7 +784,7 @@ static bool firstObsoleteWarning(const char *obj, const char *oldfunc )
TQCString s( obj );
s += "::";
s += oldfunc;
- if ( obsoleteDict->tqfind(s.data()) == 0 ) {
+ if ( obsoleteDict->find(s.data()) == 0 ) {
obsoleteDict->insert( s.data(), (int*)1 ); // anything different from 0
return TRUE;
}
@@ -842,7 +842,7 @@ void qObsolete( const char *message )
The message handler is a function that prints out debug messages,
warnings and fatal error messages. The TQt library (debug version)
- tqcontains hundreds of warning messages that are printed when
+ contains hundreds of warning messages that are printed when
internal errors (usually invalid function arguments) occur. If you
implement your own message handler, you get total control of these
messages.
@@ -898,7 +898,7 @@ TQtMsgHandler tqInstallMsgHandler( TQtMsgHandler h )
/*
- Dijkstra's bisection algorithm to tqfind the square root as an integer.
+ Dijkstra's bisection algorithm to find the square root as an integer.
Deliberately not exported as part of the TQt API, but used in both
qsimplerichtext.cpp and qgfxraster_qws.cpp
*/