summaryrefslogtreecommitdiffstats
path: root/examples/opengl/box
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-02-13 17:43:39 -0600
committerTimothy Pearson <[email protected]>2012-02-13 17:43:39 -0600
commit359640943bcf155faa9a067dde9e00a123276290 (patch)
treefb3d55ea5e18949042fb0064123fb73d2b1eb932 /examples/opengl/box
parenta829bcdc533e154000803d517200d32fe762e85c (diff)
downloadtqt3-359640943bcf155faa9a067dde9e00a123276290.tar.gz
tqt3-359640943bcf155faa9a067dde9e00a123276290.zip
Automated update from Qt3
Diffstat (limited to 'examples/opengl/box')
-rw-r--r--examples/opengl/box/glbox.h2
-rw-r--r--examples/opengl/box/globjwin.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/opengl/box/glbox.h b/examples/opengl/box/glbox.h
index 93b4d7579..9d8bebc99 100644
--- a/examples/opengl/box/glbox.h
+++ b/examples/opengl/box/glbox.h
@@ -21,7 +21,7 @@
class GLBox : public TQGLWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/examples/opengl/box/globjwin.h b/examples/opengl/box/globjwin.h
index e6a279f06..d2385d9cd 100644
--- a/examples/opengl/box/globjwin.h
+++ b/examples/opengl/box/globjwin.h
@@ -22,7 +22,7 @@
class GLObjectWindow : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
GLObjectWindow( TQWidget* parent = 0, const char* name = 0 );