summaryrefslogtreecommitdiffstats
path: root/doc/html/iconview-simple_dd-main-h.html
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-06-02 23:07:22 +0900
committerMichele Calgaro <[email protected]>2024-06-02 23:22:42 +0900
commit8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch)
treeb95884617b9a37accc843676d5d42be4116a3f54 /doc/html/iconview-simple_dd-main-h.html
parent68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff)
downloadtqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.tar.gz
tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.zip
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/iconview-simple_dd-main-h.html')
-rw-r--r--doc/html/iconview-simple_dd-main-h.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/iconview-simple_dd-main-h.html b/doc/html/iconview-simple_dd-main-h.html
index b7218f5c0..d6476cb0b 100644
--- a/doc/html/iconview-simple_dd-main-h.html
+++ b/doc/html/iconview-simple_dd-main-h.html
@@ -57,7 +57,7 @@ class DDListBox : public <a href="ntqlistbox.html">TQListBox</a>
{
TQ_OBJECT
public:
- DDListBox( <a href="ntqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, WFlags f = 0 );
+ DDListBox( <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, WFlags f = 0 );
// Low-level drag and drop
void dragEnterEvent( <a href="qdragenterevent.html">TQDragEnterEvent</a> *evt );
void dropEvent( <a href="qdropevent.html">TQDropEvent</a> *evt );
@@ -85,7 +85,7 @@ class DDIconView : public <a href="ntqiconview.html">TQIconView</a>
{
TQ_OBJECT
public:
- DDIconView( <a href="ntqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, WFlags f = 0 ) :
+ DDIconView( <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, WFlags f = 0 ) :
<a href="ntqiconview.html">TQIconView</a>( parent, name, f ) {}
// High-level drag and drop
<a href="ntqdragobject.html">TQDragObject</a> *dragObject();