diff options
author | Timothy Pearson <[email protected]> | 2012-02-13 17:43:39 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-13 17:43:39 -0600 |
commit | 359640943bcf155faa9a067dde9e00a123276290 (patch) | |
tree | fb3d55ea5e18949042fb0064123fb73d2b1eb932 /examples/opengl/glpixmap | |
parent | a829bcdc533e154000803d517200d32fe762e85c (diff) | |
download | tqt3-359640943bcf155faa9a067dde9e00a123276290.tar.gz tqt3-359640943bcf155faa9a067dde9e00a123276290.zip |
Automated update from Qt3
Diffstat (limited to 'examples/opengl/glpixmap')
-rw-r--r-- | examples/opengl/glpixmap/glbox.h | 2 | ||||
-rw-r--r-- | examples/opengl/glpixmap/globjwin.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/opengl/glpixmap/glbox.h b/examples/opengl/glpixmap/glbox.h index a7ec8fc2b..9903c23d9 100644 --- a/examples/opengl/glpixmap/glbox.h +++ b/examples/opengl/glpixmap/glbox.h @@ -21,7 +21,7 @@ class GLBox : public TQGLWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/examples/opengl/glpixmap/globjwin.h b/examples/opengl/glpixmap/globjwin.h index 7f8952f7d..574b6b5fe 100644 --- a/examples/opengl/glpixmap/globjwin.h +++ b/examples/opengl/glpixmap/globjwin.h @@ -25,7 +25,7 @@ class TQPopupMenu; class GLObjectWindow : public TQWidget { - Q_OBJECT + TQ_OBJECT public: GLObjectWindow( TQWidget* parent = 0, const char* name = 0 ); |