summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqwidgetplugin.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqwidgetplugin.3qt')
-rw-r--r--doc/man/man3/tqwidgetplugin.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqwidgetplugin.3qt b/doc/man/man3/tqwidgetplugin.3qt
index d39496dc6..f250240ce 100644
--- a/doc/man/man3/tqwidgetplugin.3qt
+++ b/doc/man/man3/tqwidgetplugin.3qt
@@ -29,7 +29,7 @@ TQWidgetPlugin \- Abstract base for custom TQWidget plugins
.BI "virtual TQString \fBgroup\fR ( const TQString & key ) const"
.br
.ti -1c
-.BI "virtual QIconSet \fBiconSet\fR ( const TQString & key ) const"
+.BI "virtual TQIconSet \fBiconSet\fR ( const TQString & key ) const"
.br
.ti -1c
.BI "virtual TQString \fBincludeFile\fR ( const TQString & key ) const"
@@ -71,7 +71,7 @@ See also keys().
Returns the group (toolbar name) that the custom widget of class \fIkey\fR should be part of when \fIQt Designer\fR loads it.
.PP
The default implementation returns TQString::null.
-.SH "QIconSet TQWidgetPlugin::iconSet ( const TQString & key ) const\fC [virtual]\fR"
+.SH "TQIconSet TQWidgetPlugin::iconSet ( const TQString & key ) const\fC [virtual]\fR"
Returns the iconset that \fIQt Designer\fR should use to represent the custom widget of class \fIkey\fR in the toolbar.
.PP
The default implementation returns an null iconset.