diff options
Diffstat (limited to 'examples/demo/opengl/gltexobj.h')
-rw-r--r-- | examples/demo/opengl/gltexobj.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/demo/opengl/gltexobj.h b/examples/demo/opengl/gltexobj.h index 5d235dcff..a5e48a32b 100644 --- a/examples/demo/opengl/gltexobj.h +++ b/examples/demo/opengl/gltexobj.h @@ -20,7 +20,7 @@ class GLTexobj : public GLControlWidget { - Q_OBJECT + TQ_OBJECT public: GLTexobj( TQWidget* parent, const char* name = 0, WFlags f = 0 ); |