From 87d29563e3ccdeb7fea0197e262e667ef323ff9c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 7 Jul 2024 14:56:09 +0900 Subject: Rename utility class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/qmag-example.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/qmag-example.html') diff --git a/doc/html/qmag-example.html b/doc/html/qmag-example.html index 13d2f3585..74734c32d 100644 --- a/doc/html/qmag-example.html +++ b/doc/html/qmag-example.html @@ -58,7 +58,7 @@ magnified area as a .bmp file. #include <tqimage.h> #include <ntqlabel.h> #include <ntqfiledialog.h> -#include <ntqregexp.h> +#include <tqregexp.h> #include <ntqapplication.h> #include <ntqpainter.h> @@ -401,10 +401,10 @@ void MagWidget::grabAround(TQPoint pos) grab(); /* if ( multiSaveButton->isOn() && !multifn.isEmpty() ) { - TQRegExp num("[0-9][0-9]*"); + TQRegExp num("[0-9][0-9]*"); int start; int len; - if ((start=num.match(multifn,0,&len))>=0) + if ((start=num.match(multifn,0,&len))>=0) multifn.replace(num, TQString().setNum(multifn.mid(start,len).toInt()+1) ); -- cgit v1.2.3