summaryrefslogtreecommitdiffstats
path: root/examples/drawlines/connect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/drawlines/connect.cpp')
-rw-r--r--examples/drawlines/connect.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/drawlines/connect.cpp b/examples/drawlines/connect.cpp
index bb4048f91..3b7e140cb 100644
--- a/examples/drawlines/connect.cpp
+++ b/examples/drawlines/connect.cpp
@@ -123,7 +123,7 @@ int main( int argc, char **argv )
{
TQApplication a( argc, argv );
ConnectWidget connect;
-#ifndef QT_NO_WIDGET_TOPEXTRA // for TQt/Embedded minimal build
+#ifndef TQT_NO_WIDGET_TOPEXTRA // for TQt/Embedded minimal build
connect.setCaption( "TQt Example - Draw lines");
#endif
a.setMainWidget( &connect );