diff options
Diffstat (limited to 'examples/demo/opengl/gllandscape.h')
-rw-r--r-- | examples/demo/opengl/gllandscape.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/demo/opengl/gllandscape.h b/examples/demo/opengl/gllandscape.h index e4f457e7c..54a03c012 100644 --- a/examples/demo/opengl/gllandscape.h +++ b/examples/demo/opengl/gllandscape.h @@ -5,7 +5,7 @@ class GLLandscape : public TQGLWidget { - Q_OBJECT + TQ_OBJECT public: GLLandscape( TQWidget * parent = 0, const char * name = 0 ); |