summaryrefslogtreecommitdiffstats
path: root/doc/html/i18n-example.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-20 20:15:52 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-21 23:04:19 +0900
commit1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch)
tree5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/html/i18n-example.html
parent14c414378d96f7463b989384f4a0e5dd76632b6d (diff)
downloadtqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.tar.gz
tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.zip
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/i18n-example.html')
-rw-r--r--doc/html/i18n-example.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/i18n-example.html b/doc/html/i18n-example.html
index 1b27d851..a11fd102 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-&gt;<a href="ntqapplication.html#desktop">desktop</a>()-&gt;availableGeometry();
- bool tight = screen.<a href="ntqrect.html#width">width</a>() &lt; 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-&gt;<a href="ntqapplication.html#desktop">desktop</a>()-&gt;availableGeometry();
+ bool tight = screen.<a href="tqrect.html#width">width</a>() &lt; 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]-&gt;isChecked() ) {
MyWidget* w = showLang((const char*)qm[i]);