summaryrefslogtreecommitdiffstats
path: root/examples/opengl/texture
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl/texture')
-rw-r--r--examples/opengl/texture/globjwin.h2
-rw-r--r--examples/opengl/texture/gltexobj.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/opengl/texture/globjwin.h b/examples/opengl/texture/globjwin.h
index e6a279f06..d2385d9cd 100644
--- a/examples/opengl/texture/globjwin.h
+++ b/examples/opengl/texture/globjwin.h
@@ -22,7 +22,7 @@
class GLObjectWindow : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
GLObjectWindow( TQWidget* parent = 0, const char* name = 0 );
diff --git a/examples/opengl/texture/gltexobj.h b/examples/opengl/texture/gltexobj.h
index 8d167228a..0f86b2684 100644
--- a/examples/opengl/texture/gltexobj.h
+++ b/examples/opengl/texture/gltexobj.h
@@ -21,7 +21,7 @@
class GLTexobj : public TQGLWidget
{
- Q_OBJECT
+ TQ_OBJECT
public: