From 82ecd83484c9fa1ede059986ab771e74e33e68ef Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 16 Aug 2024 19:11:00 +0900 Subject: Rename layout nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/mdi-example.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/mdi-example.html') diff --git a/doc/html/mdi-example.html b/doc/html/mdi-example.html index 76e04a36f..2a8fffc67 100644 --- a/doc/html/mdi-example.html +++ b/doc/html/mdi-example.html @@ -157,7 +157,7 @@ private: #include <tqpaintdevicemetrics.h> #include <tqwhatsthis.h> #include <tqobjectlist.h> -#include <ntqvbox.h> +#include <tqvbox.h> #include <tqsimplerichtext.h> #include "filesave.xpm" @@ -250,7 +250,7 @@ const char * filePrintText = "Click this button to print the file you " help->insertSeparator(); help->insertItem( "What's &This", this, TQ_SLOT(whatsThis()), SHIFT+Key_F1); - TQVBox* vb = new TQVBox( this ); + TQVBox* vb = new TQVBox( this ); vb->setFrameStyle( TQFrame::StyledPanel | TQFrame::Sunken ); ws = new TQWorkspace( vb ); ws->setScrollBarsEnabled( TRUE ); -- cgit v1.2.3