diff options
Diffstat (limited to 'examples/demo/opengl/glbox.h')
-rw-r--r-- | examples/demo/opengl/glbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/demo/opengl/glbox.h b/examples/demo/opengl/glbox.h index 2667cfa3b..d702665fb 100644 --- a/examples/demo/opengl/glbox.h +++ b/examples/demo/opengl/glbox.h @@ -20,7 +20,7 @@ class GLBox : public GLControlWidget { - Q_OBJECT + TQ_OBJECT public: |