summaryrefslogtreecommitdiffstats
path: root/doc/html/designer-manual-9.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/designer-manual-9.html')
-rw-r--r--doc/html/designer-manual-9.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/designer-manual-9.html b/doc/html/designer-manual-9.html
index b5faba99..2b2d1577 100644
--- a/doc/html/designer-manual-9.html
+++ b/doc/html/designer-manual-9.html
@@ -202,7 +202,7 @@ myform.h: myform.ui
<li><p>Message boxes and other high-level dialogs</p>
<p>Glade supports editing of GnomeMessageBox, GtkFileSelection, GtkFontSelectionDialog and others. This is trivially achieved in TQt by means of a <a href="ntqmessagebox.html">TQMessageBox</a> dialog, a <a href="ntqfiledialog.html">TQFileDialog</a>, a <a href="ntqfontdialog.html">TQFontDialog</a>, etc., in C++ code.</p>
<li><p>Stand-alone popup menus</p>
-<p><em>TQt Designer</em> only supports popup menus inside a <a href="ntqmainwindow.html">TQMainWindow</a>. If you need a stand-alone popup menu (presumably a context menu), you can easily write code that does this using <a href="ntqpopupmenu.html">TQPopupMenu</a>.</p>
+<p><em>TQt Designer</em> only supports popup menus inside a <a href="tqmainwindow.html">TQMainWindow</a>. If you need a stand-alone popup menu (presumably a context menu), you can easily write code that does this using <a href="tqpopupmenu.html">TQPopupMenu</a>.</p>
<li><p>Size policy parameters</p>
<p>Glade provides size policies in the "Place" tab of the property editor. <em>TQt Designer</em> does not attempt to make use of the padding, expand, shrink and fill information, as the TQt defaults are usually good enough. In a few cases, you might have to set the "<em>sizePolicy</em>" property manually to obtain the effect you want.</p>
<li><p>GNOME standard icons</p>