diff options
Diffstat (limited to 'doc/html/outliner-example.html')
-rw-r--r-- | doc/html/outliner-example.html | 4 |
1 files changed, 2 insertions, 2 deletions
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 <a href="ntqlistview.html">TQListView</a> <a href="metaobjects.html#TQ_OBJECT">TQ_OBJECT</a> public: - OutlineTree( const <a href="ntqstring.html">TQString</a> fileName, TQWidget *parent = 0, const char *name = 0 ); + OutlineTree( const <a href="tqstring.html">TQString</a> fileName, TQWidget *parent = 0, const char *name = 0 ); ~OutlineTree(); private: @@ -148,7 +148,7 @@ private: #include <<a href="qfile-h.html">ntqfile.h</a>> #include <<a href="qmessagebox-h.html">ntqmessagebox.h</a>> -<a name="f522"></a>OutlineTree::OutlineTree( const <a href="ntqstring.html">TQString</a> fileName, TQWidget *parent, const char *name ) +<a name="f522"></a>OutlineTree::OutlineTree( const <a href="tqstring.html">TQString</a> fileName, TQWidget *parent, const char *name ) : <a href="ntqlistview.html">TQListView</a>( parent, name ) { // div. configuration of the list view |