diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-20 20:15:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-21 23:04:19 +0900 |
commit | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch) | |
tree | 5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/html/simple_dd-example.html | |
parent | 14c414378d96f7463b989384f4a0e5dd76632b6d (diff) | |
download | tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.tar.gz tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.zip |
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/simple_dd-example.html')
-rw-r--r-- | doc/html/simple_dd-example.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/simple_dd-example.html b/doc/html/simple_dd-example.html index 37bacb35d..4b75e56f1 100644 --- a/doc/html/simple_dd-example.html +++ b/doc/html/simple_dd-example.html @@ -53,7 +53,7 @@ functionality. #include <<a href="qsplitter-h.html">ntqsplitter.h</a>> #include <<a href="qlistbox-h.html">ntqlistbox.h</a>> #include <<a href="tqiconview-h.html">tqiconview.h</a>> -#include <<a href="qpixmap-h.html">ntqpixmap.h</a>> +#include <<a href="tqpixmap-h.html">tqpixmap.h</a>> class TQDragEnterEvent; class TQDragDropEvent; @@ -77,7 +77,7 @@ private: class DDIconViewItem : public <a href="tqiconviewitem.html">TQIconViewItem</a> { public: - DDIconViewItem( <a href="tqiconview.html">TQIconView</a> *parent, const <a href="tqstring.html">TQString</a>& text, const <a href="ntqpixmap.html">TQPixmap</a>& icon ) : + DDIconViewItem( <a href="tqiconview.html">TQIconView</a> *parent, const <a href="tqstring.html">TQString</a>& text, const <a href="tqpixmap.html">TQPixmap</a>& icon ) : <a href="tqiconviewitem.html">TQIconViewItem</a>( parent, text, icon ) {} DDIconViewItem( <a href="tqiconview.html">TQIconView</a> *parent, const <a href="tqstring.html">TQString</a> &text ) : <a href="tqiconviewitem.html">TQIconViewItem</a>( parent, text ) {} |