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/listboxcombo-example.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/listboxcombo-example.html') diff --git a/doc/html/listboxcombo-example.html b/doc/html/listboxcombo-example.html index 313df6811..8b0006a64 100644 --- a/doc/html/listboxcombo-example.html +++ b/doc/html/listboxcombo-example.html @@ -95,7 +95,7 @@ protected slots: #include <ntqhbox.h> #include <ntqpushbutton.h> #include <tqstring.h> -#include <ntqpixmap.h> +#include <tqpixmap.h> #include <ntqlabel.h> #include <tqimage.h> #include <tqpainter.h> @@ -123,7 +123,7 @@ protected: // evil trick: find out whether we are painted onto our listbox bool in_list_box = listBox() && listBox()->viewport() == painter->device(); - TQRect r ( 0, 0, width( listBox() ), height( listBox() ) ); + TQRect r ( 0, 0, width( listBox() ), height( listBox() ) ); if ( in_list_box && isSelected() ) painter->eraseRect( r ); painter->fillRect( 5, 5, width( listBox() ) - 10, height( listBox() ) - 10, TQt::red ); -- cgit v1.2.3