diff options
Diffstat (limited to 'examples/opengl/texture/gltexobj.cpp')
-rw-r--r-- | examples/opengl/texture/gltexobj.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/opengl/texture/gltexobj.cpp b/examples/opengl/texture/gltexobj.cpp index 973cd4d53..78b0fcefb 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 ); } |