diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-26 10:28:58 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-27 10:51:04 +0900 |
| commit | 82528b267c9ed2898653873d027184e21e36f569 (patch) | |
| tree | 0a9de0cff63f7a32ed66553f3ce46ebb66d74d8a /examples/qtgl/myqgl.cpp | |
| parent | 50d1b990d5bea0fba69c065ec4fb629205e7b3b5 (diff) | |
| download | libksquirrel-82528b26.tar.gz libksquirrel-82528b26.zip | |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit b6c5fd7f2cc1b54794896fb5445cbad795424d63)
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() |
