summaryrefslogtreecommitdiffstats
path: root/doc/html/themes-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/themes-example.html')
-rw-r--r--doc/html/themes-example.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/themes-example.html b/doc/html/themes-example.html
index 85b5d5bc..a65dd25c 100644
--- a/doc/html/themes-example.html
+++ b/doc/html/themes-example.html
@@ -2204,7 +2204,7 @@ private:
tabwidget = new <a href="tqtabwidget.html">TQTabWidget</a>( this );
<a name="x343"></a> tabwidget-&gt;<a href="tqtabwidget.html#addTab">addTab</a>( new ButtonsGroups( tabwidget ), "Buttons/Groups" );
- <a href="ntqhbox.html">TQHBox</a> *hbox = new <a href="ntqhbox.html">TQHBox</a>( tabwidget );
+ <a href="tqhbox.html">TQHBox</a> *hbox = new <a href="tqhbox.html">TQHBox</a>( tabwidget );
hbox-&gt;<a href="tqframe.html#setMargin">setMargin</a>( 5 );
(void)new LineEdits( hbox );
(void)new ProgressBar( hbox );