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/scrollview-example.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/scrollview-example.html') diff --git a/doc/html/scrollview-example.html b/doc/html/scrollview-example.html index 53633144e..14372556c 100644 --- a/doc/html/scrollview-example.html +++ b/doc/html/scrollview-example.html @@ -55,7 +55,7 @@ optimized for very large contents. #include <tqpainter.h> #include <tqpixmap.h> #include <ntqmessagebox.h> -#include <ntqlayout.h> +#include <tqlayout.h> #include <tqlabel.h> #include <tqmultilineedit.h> #include <tqsizegrip.h> @@ -341,11 +341,11 @@ public: setVPMenuItems(); setFMenuItems(); - TQVBoxLayout* vbox = new TQVBoxLayout(this); - vbox->setMenuBar(menubar); + TQVBoxLayout* vbox = new TQVBoxLayout(this); + vbox->setMenuBar(menubar); menubar->setSeparator(TQMenuBar::InWindowsStyle); - vbox->addWidget(vp); - vbox->activate(); + vbox->addWidget(vp); + vbox->activate(); corner = new TQSizeGrip(this); corner->hide(); -- cgit v1.2.1