summaryrefslogtreecommitdiffstats
path: root/examples/qtgl/myqgl.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:46:07 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:46:07 +0900
commitc6b9cf3fa7d9597192601b58ab30eab7807a548c (patch)
tree7a8600c57d5436ea419037a54304ee3e92132330 /examples/qtgl/myqgl.h
parente2107c300683ba7f1e91478a2a689950d7ee881b (diff)
downloadlibksquirrel-c6b9cf3fa7d9597192601b58ab30eab7807a548c.tar.gz
libksquirrel-c6b9cf3fa7d9597192601b58ab30eab7807a548c.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples/qtgl/myqgl.h')
-rw-r--r--examples/qtgl/myqgl.h2
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);