diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 13:06:00 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 13:06:00 +0900 |
commit | 628b0bb74c3fc327efff8add9c73ada04b1cbea2 (patch) | |
tree | 16062922d35b5e0153b9f866e440f36603bd4f55 /doc/html/tqwidgetfactory.html | |
parent | 7552c6d73043b1040139033f6864db48ae5446cf (diff) | |
download | tqt-628b0bb7.tar.gz tqt-628b0bb7.zip |
Rename drag-n-drop nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqwidgetfactory.html')
-rw-r--r-- | doc/html/tqwidgetfactory.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tqwidgetfactory.html b/doc/html/tqwidgetfactory.html index 1139f7f5e..27fbea564 100644 --- a/doc/html/tqwidgetfactory.html +++ b/doc/html/tqwidgetfactory.html @@ -145,7 +145,7 @@ where MyWidgetFactory is your TQWidgetFactory subclass. If you use a pixmap collection (which is the default for new projects) rather than saving the pixmaps within the .ui XML file, you must load the pixmap collection. TQWidgetFactory looks in the -default <a href="qmimesourcefactory.html">TQMimeSourceFactory</a> for the pixmaps. Either add it there +default <a href="tqmimesourcefactory.html">TQMimeSourceFactory</a> for the pixmaps. Either add it there manually, or call this function and specify the directory where the images can be found, as <em>dir</em>. This is normally the directory called <tt>images</tt> in the project's directory. |