diff options
Diffstat (limited to 'doc/html/customlayout.html')
-rw-r--r-- | doc/html/customlayout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/customlayout.html b/doc/html/customlayout.html index 57151449c..ec772f1c6 100644 --- a/doc/html/customlayout.html +++ b/doc/html/customlayout.html @@ -137,7 +137,7 @@ It must be implemented. It is used by <a href="ntqlayout.html#add">TQLayout::add constructor that takes a layout as parent, and it is used to implement the <a href="ntqlayout.html#autoAdd">auto-add</a> feature. If your layout has advanced placement options that require parameters, you must -provide extra access functions such as <a href="qgridlayout.html#addMultiCell">TQGridLayout::addMultiCell</a>(). +provide extra access functions such as <a href="tqgridlayout.html#addMultiCell">TQGridLayout::addMultiCell</a>(). <p> <pre> void CardLayout::addItem( <a href="qlayoutitem.html">TQLayoutItem</a> *item ) { |