diff options
Diffstat (limited to 'examples/opengl/box')
-rw-r--r-- | examples/opengl/box/glbox.h | 2 | ||||
-rw-r--r-- | examples/opengl/box/globjwin.h | 2 |
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 ); |