summaryrefslogtreecommitdiffstats
path: root/examples/opengl/overlay_x11/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl/overlay_x11/main.cpp')
-rw-r--r--examples/opengl/overlay_x11/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/opengl/overlay_x11/main.cpp b/examples/opengl/overlay_x11/main.cpp
index 5925d271..c96e3d9b 100644
--- a/examples/opengl/overlay_x11/main.cpp
+++ b/examples/opengl/overlay_x11/main.cpp
@@ -28,7 +28,7 @@ TQColor findOverlayTransparentColor()
Visual* appVisual;
// The static methods are called 'App' in TQt 2.x
-#if QT_VERSION < 200
+#if TQT_VERSION < 200
appDisplay = TQPaintDevice::x__Display();
appVisual = (Visual*)TQPaintDevice::x11Visual();
#else