summaryrefslogtreecommitdiffstats
path: root/examples/demo/opengl/glbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/demo/opengl/glbox.cpp')
-rw-r--r--examples/demo/opengl/glbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/demo/opengl/glbox.cpp b/examples/demo/opengl/glbox.cpp
index f065888b5..5250d49e4 100644
--- a/examples/demo/opengl/glbox.cpp
+++ b/examples/demo/opengl/glbox.cpp
@@ -68,7 +68,7 @@ void GLBox::paintGL()
glVertex3f( 0.98, 0.98, 0.98 );
}
glEnd();
- renderText( 1.0, 1.0, 1.0, "Wirebox", TQFont( "helvetica", 12, TQFont::Bold, TRUE ) );
+ renderText( 1.0, 1.0, 1.0, "Wirebox", TQFont( "helvetica", 12, TQFont::Bold, true ) );
}