summaryrefslogtreecommitdiffstats
path: root/doc/html/grapher-nsplugin-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/grapher-nsplugin-example.html')
-rw-r--r--doc/html/grapher-nsplugin-example.html6
1 files changed, 3 insertions, 3 deletions
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;
- <a href="ntqstring.html">TQString</a>* str;
+ <a href="tqstring.html">TQString</a>* str;
};
virtual TQPtrList&lt;Datum&gt;&amp; graphData()=0;
@@ -550,7 +550,7 @@ void <a name="f574"></a>Grapher::consumeLine()
<a href="tqptrlist.html">TQPtrList</a>&lt;ColType&gt; typelist;
typelist.<a href="tqptrcollection.html#setAutoDelete">setAutoDelete</a>(TRUE);
do {
- <a href="ntqstring.html">TQString</a> typestr;
+ <a href="tqstring.html">TQString</a> typestr;
ts &gt;&gt; typestr &gt;&gt; ws;
ColType* t = 0;
if ( typestr == "num" ) {
@@ -576,7 +576,7 @@ void <a name="f574"></a>Grapher::consumeLine()
break;
}
case Label: {
- <a href="ntqstring.html">TQString</a>* value = new <a href="ntqstring.html">TQString</a>;
+ <a href="tqstring.html">TQString</a>* value = new <a href="tqstring.html">TQString</a>;
ts &gt;&gt; *value &gt;&gt; ws;
rowdata[col].str = value;
break;