summaryrefslogtreecommitdiffstats
path: root/examples/demo/opengl/glcontrolwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/demo/opengl/glcontrolwidget.cpp')
-rw-r--r--examples/demo/opengl/glcontrolwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/demo/opengl/glcontrolwidget.cpp b/examples/demo/opengl/glcontrolwidget.cpp
index 5c75b948..b0d490e7 100644
--- a/examples/demo/opengl/glcontrolwidget.cpp
+++ b/examples/demo/opengl/glcontrolwidget.cpp
@@ -11,7 +11,7 @@ GLControlWidget::GLControlWidget( TQWidget *parent, const char *name, TQGLWidget
{
setCursor( pointingHandCursor );
timer = new TQTimer( this );
- connect( timer, SIGNAL(timeout()), SLOT(animate()) );
+ connect( timer, TQ_SIGNAL(timeout()), TQ_SLOT(animate()) );
timer->start( delay );
}