From 0582c90a9ed4b965629267713f51c0da7c38b39d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 4 Sep 2024 11:53:23 +0900 Subject: Rename remaining ntq[m-r]* related files to equivalent tq* (except ntqmodules.h) Signed-off-by: Michele Calgaro --- doc/html/dnd.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/dnd.html') diff --git a/doc/html/dnd.html b/doc/html/dnd.html index cb91d5acf..53cc80fdb 100644 --- a/doc/html/dnd.html +++ b/doc/html/dnd.html @@ -173,7 +173,7 @@ void MyWidget::load() TQFile in(current_file_name); if ( in.open(IO_ReadOnly) ) { if ( !MyCadDrag::decode(in.readAll(), current_design) ) { - TQMessageBox::warning( this, "Format error", + TQMessageBox::warning( this, "Format error", tr("The file \"%1\" is not in any supported format") .arg(current_file_name) ); -- cgit v1.2.3