summaryrefslogtreecommitdiffstats
path: root/doc/html/customlayout.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/customlayout.html')
-rw-r--r--doc/html/customlayout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/customlayout.html b/doc/html/customlayout.html
index 23b663e78..a9bcfc34c 100644
--- a/doc/html/customlayout.html
+++ b/doc/html/customlayout.html
@@ -63,7 +63,7 @@ the layout.
class CardLayout : public <a href="ntqlayout.html">TQLayout</a>
{
public:
- CardLayout( <a href="ntqwidget.html">TQWidget</a> *parent, int dist )
+ CardLayout( <a href="tqwidget.html">TQWidget</a> *parent, int dist )
: <a href="ntqlayout.html">TQLayout</a>( parent, 0, dist ) {}
CardLayout( <a href="ntqlayout.html">TQLayout</a>* parent, int dist)
: <a href="ntqlayout.html">TQLayout</a>( parent, dist ) { }