diff options
Diffstat (limited to 'examples/qtgl/myqgl.h')
-rw-r--r-- | examples/qtgl/myqgl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qtgl/myqgl.h b/examples/qtgl/myqgl.h index be4707f..d0549df 100644 --- a/examples/qtgl/myqgl.h +++ b/examples/qtgl/myqgl.h @@ -11,7 +11,7 @@ class MyQGL : public QGLWidget { - Q_OBJECT + TQ_OBJECT public: MyQGL(QWidget *parent = 0, const char *name = 0); |