summaryrefslogtreecommitdiffstats
path: root/examples/opengl/texture/gltexobj.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl/texture/gltexobj.cpp')
-rw-r--r--examples/opengl/texture/gltexobj.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/opengl/texture/gltexobj.cpp b/examples/opengl/texture/gltexobj.cpp
index 973cd4d5..78b0fcef 100644
--- a/examples/opengl/texture/gltexobj.cpp
+++ b/examples/opengl/texture/gltexobj.cpp
@@ -35,7 +35,7 @@ GLTexobj::GLTexobj( TQWidget* parent, const char* name )
object = 0;
animation = TRUE;
timer = new TQTimer( this );
- connect( timer, SIGNAL(timeout()), SLOT(update()) );
+ connect( timer, TQ_SIGNAL(timeout()), TQ_SLOT(update()) );
timer->start( redrawWait, TRUE );
}