diff options
Diffstat (limited to 'doc/html/i18n-example.html')
-rw-r--r-- | doc/html/i18n-example.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/i18n-example.html b/doc/html/i18n-example.html index 1b27d851c..a11fd1027 100644 --- a/doc/html/i18n-example.html +++ b/doc/html/i18n-example.html @@ -284,10 +284,10 @@ int main( int argc, char** argv ) <a name="x1936"></a> r = dlg.<a href="ntqdialog.html#exec">exec</a>(); } if ( r ) { -<a name="x1928"></a> <a href="ntqrect.html">TQRect</a> screen = tqApp-><a href="ntqapplication.html#desktop">desktop</a>()->availableGeometry(); - bool tight = screen.<a href="ntqrect.html#width">width</a>() < 1024; -<a name="x1942"></a> int x=screen.<a href="ntqrect.html#left">left</a>()+5; - int y=screen.<a href="ntqrect.html#top">top</a>()+25; +<a name="x1928"></a> <a href="tqrect.html">TQRect</a> screen = tqApp-><a href="ntqapplication.html#desktop">desktop</a>()->availableGeometry(); + bool tight = screen.<a href="tqrect.html#width">width</a>() < 1024; +<a name="x1942"></a> int x=screen.<a href="tqrect.html#left">left</a>()+5; + int y=screen.<a href="tqrect.html#top">top</a>()+25; for ( int i=0; qm[i]; i++ ) { if ( r == 2 || qmb[i]->isChecked() ) { MyWidget* w = showLang((const char*)qm[i]); |