diff options
Diffstat (limited to 'src/tools/ntqlibrary.h')
-rw-r--r-- | src/tools/ntqlibrary.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/ntqlibrary.h b/src/tools/ntqlibrary.h index c6c92fd5c..046d86855 100644 --- a/src/tools/ntqlibrary.h +++ b/src/tools/ntqlibrary.h @@ -45,7 +45,7 @@ #include "ntqstring.h" #endif // QT_H -#ifndef QT_NO_LIBRARY +#ifndef TQT_NO_LIBRARY class TQLibraryPrivate; @@ -82,5 +82,5 @@ private: // Disabled copy constructor and operator= #define Q_DEFINED_QLIBRARY #include "ntqwinexport.h" -#endif //QT_NO_LIBRARY +#endif //TQT_NO_LIBRARY #endif //TQLIBRARY_H |