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 d0549df..70c1690 100644 --- a/examples/qtgl/myqgl.h +++ b/examples/qtgl/myqgl.h @@ -14,7 +14,7 @@ class MyQGL : public QGLWidget TQ_OBJECT public: - MyQGL(QWidget *parent = 0, const char *name = 0); + MyQGL(TQWidget *parent = 0, const char *name = 0); ~MyQGL(); public slots: |