diff options
Diffstat (limited to 'doc/html/fileiconview-example.html')
-rw-r--r-- | doc/html/fileiconview-example.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/fileiconview-example.html b/doc/html/fileiconview-example.html index 78a1a849c..b835b6f3d 100644 --- a/doc/html/fileiconview-example.html +++ b/doc/html/fileiconview-example.html @@ -73,7 +73,7 @@ class TQResizeEvent; class TQtFileIconDrag : public <a href="qicondrag.html">TQIconDrag</a> { - <a href="metaobjects.html#Q_OBJECT">Q_OBJECT</a> + <a href="metaobjects.html#TQ_OBJECT">TQ_OBJECT</a> public: TQtFileIconDrag( <a href="ntqwidget.html">TQWidget</a> * dragSource, const char* name = 0 ); @@ -96,7 +96,7 @@ private: class TQtFileIconViewItem; class TQtFileIconView : public <a href="ntqiconview.html">TQIconView</a> { - Q_OBJECT + TQ_OBJECT public: TQtFileIconView( const <a href="ntqstring.html">TQString</a> &dir, TQWidget *parent = 0, const char *name = 0 ); @@ -1079,7 +1079,7 @@ class TQToolButton; class FileMainWindow : public <a href="ntqmainwindow.html">TQMainWindow</a> { - Q_OBJECT + TQ_OBJECT public: FileMainWindow(); |