From e6077c30d14e9d662e8843c554db86c0d366d0b6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Jun 2024 13:44:12 +0900 Subject: Rename str nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/outliner-example.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/outliner-example.html') diff --git a/doc/html/outliner-example.html b/doc/html/outliner-example.html index 1f9714b48..2a2b53d85 100644 --- a/doc/html/outliner-example.html +++ b/doc/html/outliner-example.html @@ -120,7 +120,7 @@ class OutlineTree : public TQListView TQ_OBJECT public: - OutlineTree( const TQString fileName, TQWidget *parent = 0, const char *name = 0 ); + OutlineTree( const TQString fileName, TQWidget *parent = 0, const char *name = 0 ); ~OutlineTree(); private: @@ -148,7 +148,7 @@ private: #include <ntqfile.h> #include <ntqmessagebox.h> -OutlineTree::OutlineTree( const TQString fileName, TQWidget *parent, const char *name ) +OutlineTree::OutlineTree( const TQString fileName, TQWidget *parent, const char *name ) : TQListView( parent, name ) { // div. configuration of the list view -- cgit v1.2.1