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/simple_dd-example.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/simple_dd-example.html') diff --git a/doc/html/simple_dd-example.html b/doc/html/simple_dd-example.html index 37bacb35d..4b75e56f1 100644 --- a/doc/html/simple_dd-example.html +++ b/doc/html/simple_dd-example.html @@ -53,7 +53,7 @@ functionality. #include <ntqsplitter.h> #include <ntqlistbox.h> #include <tqiconview.h> -#include <ntqpixmap.h> +#include <tqpixmap.h> class TQDragEnterEvent; class TQDragDropEvent; @@ -77,7 +77,7 @@ private: class DDIconViewItem : public TQIconViewItem { public: - DDIconViewItem( TQIconView *parent, const TQString& text, const TQPixmap& icon ) : + DDIconViewItem( TQIconView *parent, const TQString& text, const TQPixmap& icon ) : TQIconViewItem( parent, text, icon ) {} DDIconViewItem( TQIconView *parent, const TQString &text ) : TQIconViewItem( parent, text ) {} -- cgit v1.2.1