summaryrefslogtreecommitdiffstats
path: root/doc/html/i18n.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-27 02:13:42 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-27 02:13:42 -0600
commit520c05ef06ce203ad32470730f68402bc7719157 (patch)
tree8d0bb18bbbecb4c837e232848905e5819db84b81 /doc/html/i18n.html
parentb82553bf90cb5311cfe8e673b07cf6cffc95fd3c (diff)
downloadtqt3-520c05ef06ce203ad32470730f68402bc7719157.tar.gz
tqt3-520c05ef06ce203ad32470730f68402bc7719157.zip
Automated update from qt3
Diffstat (limited to 'doc/html/i18n.html')
-rw-r--r--doc/html/i18n.html4
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-&gt;<a href="ntqapplication.html#translate">translate</a>("LoginWidget", "Password:"),
+ tqApp-&gt;<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-&gt;<a href="ntqapplication.html#translate">translate</a>( "FriendlyConversation",
+ return tqApp-&gt;<a href="ntqapplication.html#translate">translate</a>( "FriendlyConversation",
greeting_strings[greet_type] );
}
</pre>