summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/qtapp/myqt.h2
-rw-r--r--examples/qtgl/myqgl.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/qtapp/myqt.h b/examples/qtapp/myqt.h
index 9e63d4f..8369054 100644
--- a/examples/qtapp/myqt.h
+++ b/examples/qtapp/myqt.h
@@ -11,7 +11,7 @@
class MyQT : public QLabel
{
- Q_OBJECT
+ TQ_OBJECT
public:
MyQT(QWidget *parent = 0, const char *name = 0);
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);