From 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 20 Jul 2024 20:15:52 +0900 Subject: Rename graphics class nt* related files to equivalent tq* (part 2) Signed-off-by: Michele Calgaro --- doc/html/i18n-example.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/i18n-example.html') 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 ) r = dlg.exec(); } if ( r ) { - TQRect screen = tqApp->desktop()->availableGeometry(); - bool tight = screen.width() < 1024; - int x=screen.left()+5; - int y=screen.top()+25; + TQRect screen = tqApp->desktop()->availableGeometry(); + bool tight = screen.width() < 1024; + int x=screen.left()+5; + int y=screen.top()+25; for ( int i=0; qm[i]; i++ ) { if ( r == 2 || qmb[i]->isChecked() ) { MyWidget* w = showLang((const char*)qm[i]); -- cgit v1.2.3