diff options
Diffstat (limited to 'src/tools/qcomlibrary_p.h')
-rw-r--r-- | src/tools/qcomlibrary_p.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/qcomlibrary_p.h b/src/tools/qcomlibrary_p.h index 201ca476d..8d53e2952 100644 --- a/src/tools/qcomlibrary_p.h +++ b/src/tools/qcomlibrary_p.h @@ -56,7 +56,7 @@ #include "ntqlibrary.h" #endif // QT_H -#ifndef QT_NO_COMPONENT +#ifndef TQT_NO_COMPONENT class Q_EXPORT TQComLibrary : public TQLibrary { @@ -77,6 +77,6 @@ private: }; -#endif //QT_NO_COMPONENT +#endif //TQT_NO_COMPONENT #endif |