diff options
Diffstat (limited to 'examples/qtgl/myqgl.cpp')
| -rw-r--r-- | examples/qtgl/myqgl.cpp | 2 |
1 files changed, 1 insertions, 1 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() |
