summaryrefslogtreecommitdiffstats
path: root/src/tools/qucom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/qucom.cpp')
-rw-r--r--src/tools/qucom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/qucom.cpp b/src/tools/qucom.cpp
index 905c1feb..28d41387 100644
--- a/src/tools/qucom.cpp
+++ b/src/tools/qucom.cpp
@@ -226,7 +226,7 @@ bool TQUType_idisp::convertFrom( TQUObject *o, TQUType *t )
bool TQUType_idisp::convertTo( TQUObject *o, TQUType *t )
{
-#ifndef QT_NO_COMPONENT
+#ifndef TQT_NO_COMPONENT
if ( isEqual( t, &static_QUType_iface ) ) {
o->payload.iface = (TQUnknownInterface*)o->payload.idisp;
o->type = &static_QUType_iface;