summaryrefslogtreecommitdiffstats
path: root/doc/html/iconview-simple_dd-main-h.html
diff options
context:
space:
mode:
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();