diff options
author | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/iconview-simple_dd-main-h.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-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.html | 32 |
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 <<a href="qapplication-h.html">qapplication.h</a>> -#include <<a href="qcursor-h.html">qcursor.h</a>> -#include <<a href="qsplitter-h.html">qsplitter.h</a>> -#include <<a href="qlistbox-h.html">qlistbox.h</a>> -#include <<a href="qiconview-h.html">qiconview.h</a>> -#include <<a href="qpixmap-h.html">qpixmap.h</a>> +#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="qcursor-h.html">ntqcursor.h</a>> +#include <<a href="qsplitter-h.html">ntqsplitter.h</a>> +#include <<a href="qlistbox-h.html">ntqlistbox.h</a>> +#include <<a href="qiconview-h.html">ntqiconview.h</a>> +#include <<a href="qpixmap-h.html">ntqpixmap.h</a>> 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>& text, const <a href="qpixmap.html">TQPixmap</a>& icon ) : + DDIconViewItem( <a href="ntqiconview.html">TQIconView</a> *parent, const <a href="ntqstring.html">TQString</a>& text, const <a href="ntqpixmap.html">TQPixmap</a>& 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> &text ) : + DDIconViewItem( <a href="ntqiconview.html">TQIconView</a> *parent, const <a href="ntqstring.html">TQString</a> &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><TQIconDragItem>& ); + void dropped( <a href="qdropevent.html">TQDropEvent</a> *evt, const <a href="ntqvaluelist.html">TQValueList</a><TQIconDragItem>& ); }; -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><TQIconDragItem>& list ); + void slotNewItem( <a href="qdropevent.html">TQDropEvent</a> *evt, const <a href="ntqvaluelist.html">TQValueList</a><TQIconDragItem>& list ); }; </pre><!-- eof --> |