From 359640943bcf155faa9a067dde9e00a123276290 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Feb 2012 17:43:39 -0600 Subject: Automated update from Qt3 --- doc/html/fileiconview-example.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/fileiconview-example.html') 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 TQIconDrag { - Q_OBJECT + TQ_OBJECT public: TQtFileIconDrag( TQWidget * dragSource, const char* name = 0 ); @@ -96,7 +96,7 @@ private: class TQtFileIconViewItem; class TQtFileIconView : public TQIconView { - Q_OBJECT + TQ_OBJECT public: TQtFileIconView( const TQString &dir, TQWidget *parent = 0, const char *name = 0 ); @@ -1079,7 +1079,7 @@ class TQToolButton; class FileMainWindow : public TQMainWindow { - Q_OBJECT + TQ_OBJECT public: FileMainWindow(); -- cgit v1.2.3