summaryrefslogtreecommitdiffstats
path: root/tools/designer/examples/opengl/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/designer/examples/opengl/main.cpp')
-rw-r--r--tools/designer/examples/opengl/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/designer/examples/opengl/main.cpp b/tools/designer/examples/opengl/main.cpp
index 24f3fbb59..3791bf8fa 100644
--- a/tools/designer/examples/opengl/main.cpp
+++ b/tools/designer/examples/opengl/main.cpp
@@ -279,7 +279,7 @@ TQString OpenGLWidgetInterface::whatsThis( const TQString &description ) const
bool OpenGLWidgetInterface::isContainer( const TQString& ) const
{
- return FALSE;
+ return false;
}
TQRESULT OpenGLWidgetInterface::queryInterface( const TQUuid& uuid, TQUnknownInterface **iface )