diff options
Diffstat (limited to 'src/tools/qcomponentfactory.cpp')
-rw-r--r-- | src/tools/qcomponentfactory.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/qcomponentfactory.cpp b/src/tools/qcomponentfactory.cpp index 09bb358ad..12fe33e10 100644 --- a/src/tools/qcomponentfactory.cpp +++ b/src/tools/qcomponentfactory.cpp @@ -40,7 +40,7 @@ #include "qcomponentfactory_p.h" -#ifndef QT_NO_COMPONENT +#ifndef TQT_NO_COMPONENT #include "ntqsettings.h" #include <private/qcomlibrary_p.h> #include "ntqdir.h" @@ -352,4 +352,4 @@ bool TQComponentFactory::unregisterComponent( const TQUuid &cid ) return ok; } -#endif // QT_NO_COMPONENT +#endif // TQT_NO_COMPONENT |