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/menu-example.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/menu-example.html') diff --git a/doc/html/menu-example.html b/doc/html/menu-example.html index a0d41e285..ae09aa360 100644 --- a/doc/html/menu-example.html +++ b/doc/html/menu-example.html @@ -117,7 +117,7 @@ private: #include <tqpopupmenu.h> #include <ntqapplication.h> #include <ntqmessagebox.h> -#include <ntqpixmap.h> +#include <tqpixmap.h> #include <tqpainter.h> /* XPM */ @@ -221,9 +221,9 @@ private: MenuExample::MenuExample( TQWidget *parent, const char *name ) : TQWidget( parent, name ) { - TQPixmap p1( p1_xpm ); - TQPixmap p2( p2_xpm ); - TQPixmap p3( p3_xpm ); + TQPixmap p1( p1_xpm ); + TQPixmap p2( p2_xpm ); + TQPixmap p3( p3_xpm ); TQPopupMenu *print = new TQPopupMenu( this ); TQ_CHECK_PTR( print ); print->insertTearOffHandle(); -- cgit v1.2.3