diff options
Diffstat (limited to 'tqtinterface/qt4/src/dialogs/tqmessagebox.cpp')
-rw-r--r-- | tqtinterface/qt4/src/dialogs/tqmessagebox.cpp | 8 |
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 |