diff options
Diffstat (limited to 'src/kernel/qgplugin.cpp')
-rw-r--r-- | src/kernel/qgplugin.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/qgplugin.cpp b/src/kernel/qgplugin.cpp index a8733b07b..ca5b4131f 100644 --- a/src/kernel/qgplugin.cpp +++ b/src/kernel/qgplugin.cpp @@ -38,7 +38,7 @@ #include "ntqgplugin.h" -#ifndef QT_NO_COMPONENT +#ifndef TQT_NO_COMPONENT #include <private/qcom_p.h> @@ -69,4 +69,4 @@ void TQGPlugin::setIface( TQUnknownInterface *iface ) _iface = iface; } -#endif // QT_NO_COMPONENT +#endif // TQT_NO_COMPONENT |