summaryrefslogtreecommitdiffstats
path: root/doc/html/outliner-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/outliner-example.html')
-rw-r--r--doc/html/outliner-example.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/outliner-example.html b/doc/html/outliner-example.html
index ec2f895d9..1f9714b48 100644
--- a/doc/html/outliner-example.html
+++ b/doc/html/outliner-example.html
@@ -261,7 +261,7 @@ int main( int argc, char **argv )
OutlineTree outline( "todos.opml" );
a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &amp;outline );
-<a name="x1920"></a> outline.<a href="ntqwidget.html#show">show</a>();
+<a name="x1920"></a> outline.<a href="tqwidget.html#show">show</a>();
return a.<a href="ntqapplication.html#exec">exec</a>();
}