diff options
Diffstat (limited to 'examples/qtgl')
-rw-r--r-- | examples/qtgl/myqgl.cpp | 2 | ||||
-rw-r--r-- | examples/qtgl/myqgl.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/qtgl/myqgl.cpp b/examples/qtgl/myqgl.cpp index 2ae6e59..b1387f4 100644 --- a/examples/qtgl/myqgl.cpp +++ b/examples/qtgl/myqgl.cpp @@ -9,7 +9,7 @@ #include "ksquirrel-libs/fmt_utils.h" #include "ksquirrel-libs/error.h" -MyQGL::MyQGL(QWidget *parent, const char *name) : QGLWidget(parent, name), bits(0), w(0), h(0) +MyQGL::MyQGL(TQWidget *parent, const char *name) : QGLWidget(parent, name), bits(0), w(0), h(0) {} MyQGL::~MyQGL() 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: |