summaryrefslogtreecommitdiffstats
path: root/examples/iconview
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-13 17:43:39 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-13 17:43:39 -0600
commit359640943bcf155faa9a067dde9e00a123276290 (patch)
treefb3d55ea5e18949042fb0064123fb73d2b1eb932 /examples/iconview
parenta829bcdc533e154000803d517200d32fe762e85c (diff)
downloadtqt3-359640943bcf155faa9a067dde9e00a123276290.tar.gz
tqt3-359640943bcf155faa9a067dde9e00a123276290.zip
Automated update from Qt3
Diffstat (limited to 'examples/iconview')
-rw-r--r--examples/iconview/main.cpp2
-rw-r--r--examples/iconview/simple_dd/main.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/examples/iconview/main.cpp b/examples/iconview/main.cpp
index 2738f1276..f797dd013 100644
--- a/examples/iconview/main.cpp
+++ b/examples/iconview/main.cpp
@@ -18,7 +18,7 @@
class ListenDND : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
ListenDND( TQWidget *w )
diff --git a/examples/iconview/simple_dd/main.h b/examples/iconview/simple_dd/main.h
index a752a2d4e..57f7e0365 100644
--- a/examples/iconview/simple_dd/main.h
+++ b/examples/iconview/simple_dd/main.h
@@ -20,7 +20,7 @@ class TQDragDropEvent;
class DDListBox : public TQListBox
{
- Q_OBJECT
+ TQ_OBJECT
public:
DDListBox( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 );
// Low-level drag and drop
@@ -48,7 +48,7 @@ public:
class DDIconView : public TQIconView
{
- Q_OBJECT
+ TQ_OBJECT
public:
DDIconView( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 ) :
TQIconView( parent, name, f ) {}