diff options
Diffstat (limited to 'doc/html/i18n.html')
-rw-r--r-- | doc/html/i18n.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/i18n.html b/doc/html/i18n.html index a49407e1c..14b5a0be6 100644 --- a/doc/html/i18n.html +++ b/doc/html/i18n.html @@ -204,7 +204,7 @@ directly: void same_global_function( LoginWidget *logwid ) { <a href="ntqlabel.html">TQLabel</a> *label = new <a href="ntqlabel.html">TQLabel</a>( - qApp-><a href="ntqapplication.html#translate">translate</a>("LoginWidget", "Password:"), + tqApp-><a href="ntqapplication.html#translate">translate</a>("LoginWidget", "Password:"), logwid ); } </pre> @@ -240,7 +240,7 @@ The macros expand to just the text (without the context). <a href="ntqstring.html">TQString</a> global_greeting( int greet_type ) { - return qApp-><a href="ntqapplication.html#translate">translate</a>( "FriendlyConversation", + return tqApp-><a href="ntqapplication.html#translate">translate</a>( "FriendlyConversation", greeting_strings[greet_type] ); } </pre> |