From 1f0ce8533cc837aa2d4155b5fc17d2004bed0197 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 5 Jun 2024 19:02:23 +0900 Subject: Rename template library nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/helpviewer-example.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/helpviewer-example.html') diff --git a/doc/html/helpviewer-example.html b/doc/html/helpviewer-example.html index 9e7be2cd0..b108de02e 100644 --- a/doc/html/helpviewer-example.html +++ b/doc/html/helpviewer-example.html @@ -53,7 +53,7 @@ TQt's richtext capabilities. #include <ntqmainwindow.h> #include <ntqtextbrowser.h> #include <ntqstringlist.h> -#include <ntqmap.h> +#include <tqmap.h> #include <ntqdir.h> class TQComboBox; @@ -90,7 +90,7 @@ private: TQComboBox *pathCombo; int backwardId, forwardId; TQStringList history, bookmarks; - TQMap<int, TQString> mHistory, mBookmarks; + TQMap<int, TQString> mHistory, mBookmarks; TQPopupMenu *hist, *bookm; }; -- cgit v1.2.3