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 3356cb8fd..55d4ba2a7 100644
--- a/doc/html/designer-manual-9.html
+++ b/doc/html/designer-manual-9.html
@@ -200,7 +200,7 @@ myform.h: myform.ui
<p>TQt has equivalents for most GTK+ widgets, but Glade also supports GNOME, whose goal is to provide a complete desktop environment. Because TQt's scope is narrower, when <em>TQt Designer</em> encounters a widget it cannot convert, it replaces it with a label that indicates the problem. For example, a GnomePaperSelector will be replaced by a <a href="tqlabel.html">TQLabel</a> whose text is "GnomePaperSelector?" in red. If you are porting to KDE, you might want to use the corresponding KDE widget.</p>
<p>Other GTK+/GNOME widgets are only supported in certain contexts. For example, the GnomeDruid can be embedded in another widget, whereas the corresponding <a href="tqwizard.html">TQWizard</a> class cannot.</p>
<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="tqfiledialog.html">TQFileDialog</a>, a <a href="tqfontdialog.html">TQFontDialog</a>, etc., in C++ code.</p>
+<p>Glade supports editing of GnomeMessageBox, GtkFileSelection, GtkFontSelectionDialog and others. This is trivially achieved in TQt by means of a <a href="tqmessagebox.html">TQMessageBox</a> dialog, a <a href="tqfiledialog.html">TQFileDialog</a>, a <a href="tqfontdialog.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="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>