summaryrefslogtreecommitdiffstats
path: root/doc/html/iconview-simple_dd-main-h.html
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-01-26 23:32:43 -0600
committerTimothy Pearson <[email protected]>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /doc/html/iconview-simple_dd-main-h.html
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/iconview-simple_dd-main-h.html')
-rw-r--r--doc/html/iconview-simple_dd-main-h.html32
1 files changed, 16 insertions, 16 deletions
diff --git a/doc/html/iconview-simple_dd-main-h.html b/doc/html/iconview-simple_dd-main-h.html
index cd50dfebd..5784205ac 100644
--- a/doc/html/iconview-simple_dd-main-h.html
+++ b/doc/html/iconview-simple_dd-main-h.html
@@ -42,22 +42,22 @@ body { background: #ffffff; color: black; }
**
*****************************************************************************/
-#include &lt;<a href="qapplication-h.html">qapplication.h</a>&gt;
-#include &lt;<a href="qcursor-h.html">qcursor.h</a>&gt;
-#include &lt;<a href="qsplitter-h.html">qsplitter.h</a>&gt;
-#include &lt;<a href="qlistbox-h.html">qlistbox.h</a>&gt;
-#include &lt;<a href="qiconview-h.html">qiconview.h</a>&gt;
-#include &lt;<a href="qpixmap-h.html">qpixmap.h</a>&gt;
+#include &lt;<a href="qapplication-h.html">ntqapplication.h</a>&gt;
+#include &lt;<a href="qcursor-h.html">ntqcursor.h</a>&gt;
+#include &lt;<a href="qsplitter-h.html">ntqsplitter.h</a>&gt;
+#include &lt;<a href="qlistbox-h.html">ntqlistbox.h</a>&gt;
+#include &lt;<a href="qiconview-h.html">ntqiconview.h</a>&gt;
+#include &lt;<a href="qpixmap-h.html">ntqpixmap.h</a>&gt;
class TQDragEnterEvent;
class TQDragDropEvent;
-class DDListBox : public <a href="qlistbox.html">TQListBox</a>
+class DDListBox : public <a href="ntqlistbox.html">TQListBox</a>
{
Q_OBJECT
public:
- DDListBox( <a href="qwidget.html">TQWidget</a> * parent = 0, const char * name = 0, WFlags f = 0 );
+ DDListBox( <a href="ntqwidget.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 );
@@ -71,26 +71,26 @@ private:
class DDIconViewItem : public <a href="qiconviewitem.html">TQIconViewItem</a>
{
public:
- DDIconViewItem( <a href="qiconview.html">TQIconView</a> *parent, const <a href="qstring.html">TQString</a>&amp; text, const <a href="qpixmap.html">TQPixmap</a>&amp; icon ) :
+ DDIconViewItem( <a href="ntqiconview.html">TQIconView</a> *parent, const <a href="ntqstring.html">TQString</a>&amp; text, const <a href="ntqpixmap.html">TQPixmap</a>&amp; icon ) :
<a href="qiconviewitem.html">TQIconViewItem</a>( parent, text, icon ) {}
- DDIconViewItem( <a href="qiconview.html">TQIconView</a> *parent, const <a href="qstring.html">TQString</a> &amp;text ) :
+ DDIconViewItem( <a href="ntqiconview.html">TQIconView</a> *parent, const <a href="ntqstring.html">TQString</a> &amp;text ) :
<a href="qiconviewitem.html">TQIconViewItem</a>( parent, text ) {}
// High-level drag and drop
bool acceptDrop( const <a href="qmimesource.html">TQMimeSource</a> *mime ) const;
- void dropped( <a href="qdropevent.html">TQDropEvent</a> *evt, const <a href="qvaluelist.html">TQValueList</a>&lt;TQIconDragItem&gt;&amp; );
+ void dropped( <a href="qdropevent.html">TQDropEvent</a> *evt, const <a href="ntqvaluelist.html">TQValueList</a>&lt;TQIconDragItem&gt;&amp; );
};
-class DDIconView : public <a href="qiconview.html">TQIconView</a>
+class DDIconView : public <a href="ntqiconview.html">TQIconView</a>
{
Q_OBJECT
public:
- DDIconView( <a href="qwidget.html">TQWidget</a> * parent = 0, const char * name = 0, WFlags f = 0 ) :
- <a href="qiconview.html">TQIconView</a>( parent, name, f ) {}
+ DDIconView( <a href="ntqwidget.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="qdragobject.html">TQDragObject</a> *dragObject();
+ <a href="ntqdragobject.html">TQDragObject</a> *dragObject();
public slots:
- void slotNewItem( <a href="qdropevent.html">TQDropEvent</a> *evt, const <a href="qvaluelist.html">TQValueList</a>&lt;TQIconDragItem&gt;&amp; list );
+ void slotNewItem( <a href="qdropevent.html">TQDropEvent</a> *evt, const <a href="ntqvaluelist.html">TQValueList</a>&lt;TQIconDragItem&gt;&amp; list );
};
</pre><!-- eof -->