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/grapher-nsplugin-example.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/grapher-nsplugin-example.html') diff --git a/doc/html/grapher-nsplugin-example.html b/doc/html/grapher-nsplugin-example.html index 5ed08a695..3c8011ed3 100644 --- a/doc/html/grapher-nsplugin-example.html +++ b/doc/html/grapher-nsplugin-example.html @@ -105,7 +105,7 @@ public: union Datum { double dbl; - TQString* str; + TQString* str; }; virtual TQPtrList<Datum>& graphData()=0; @@ -550,7 +550,7 @@ void Grapher::consumeLine() TQPtrList<ColType> typelist; typelist.setAutoDelete(TRUE); do { - TQString typestr; + TQString typestr; ts >> typestr >> ws; ColType* t = 0; if ( typestr == "num" ) { @@ -576,7 +576,7 @@ void Grapher::consumeLine() break; } case Label: { - TQString* value = new TQString; + TQString* value = new TQString; ts >> *value >> ws; rowdata[col].str = value; break; -- cgit v1.2.1