summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/src/dialogs/tqmessagebox.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-08-09 22:25:47 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-08-09 22:25:47 -0500
commiteaa7ee2e0bbca40ba3173c4304f81957e8964291 (patch)
tree4f793aa48a5080aedc94ce6e519c3b86708f2b88 /tqtinterface/qt4/src/dialogs/tqmessagebox.cpp
parent79a9d7a46a20d4a0923bc06fc471fdc2176ef865 (diff)
downloadexperimental-eaa7ee2e0bbca40ba3173c4304f81957e8964291.tar.gz
experimental-eaa7ee2e0bbca40ba3173c4304f81957e8964291.zip
rename the following methods:
tqfind find tqreplace replace tqcontains contains
Diffstat (limited to 'tqtinterface/qt4/src/dialogs/tqmessagebox.cpp')
-rw-r--r--tqtinterface/qt4/src/dialogs/tqmessagebox.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/tqtinterface/qt4/src/dialogs/tqmessagebox.cpp b/tqtinterface/qt4/src/dialogs/tqmessagebox.cpp
index 79f6bfc..878a618 100644
--- a/tqtinterface/qt4/src/dialogs/tqmessagebox.cpp
+++ b/tqtinterface/qt4/src/dialogs/tqmessagebox.cpp
@@ -1167,12 +1167,12 @@ static char * qtlogo_xpm[] = {
Examples:
- If a program is unable to tqfind a supporting file, but can do perfectly
+ If a program is unable to find a supporting file, but can do perfectly
well without it:
\code
TQMessageBox::information( this, "Application name",
- "Unable to tqfind the user preferences file.\n"
+ "Unable to find the user preferences file.\n"
"The factory default will be used instead." );
\endcode
@@ -1224,7 +1224,7 @@ static char * qtlogo_xpm[] = {
recommend using the application name as the window's caption.
Below are more examples of how to use the static member functions.
- After these examples you will tqfind an overview of the non-static
+ After these examples you will find an overview of the non-static
member functions.
Exiting a program is part of its normal operation. If there is
@@ -1233,7 +1233,7 @@ static char * qtlogo_xpm[] = {
\code
switch( TQMessageBox::information( this, "Application name here",
- "The document tqcontains unsaved changes\n"
+ "The document contains unsaved changes\n"
"Do you want to save the changes before exiting?",
"&Save", "&Discard", "Cancel",
0, // Enter == button 0