diff options
author | Michele Calgaro <[email protected]> | 2024-06-08 14:55:59 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-06-12 19:18:49 +0900 |
commit | ccbc1c3572fd0e26480c1432fff55d2909545538 (patch) | |
tree | 2bdcb0d8d91d9fc3fbfc476fa6f31b9e25a9ad49 /doc/man/man3/tqwidgetplugin.3qt | |
parent | 0cf411b09cf5d8970b873a338a69eae98d5ce5d8 (diff) | |
download | tqt3-ccbc1c3572fd0e26480c1432fff55d2909545538.tar.gz tqt3-ccbc1c3572fd0e26480c1432fff55d2909545538.zip |
Rename icon nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/man/man3/tqwidgetplugin.3qt')
-rw-r--r-- | doc/man/man3/tqwidgetplugin.3qt | 4 |
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. |