diff options
Diffstat (limited to 'src/sql/ntqeditorfactory.h')
-rw-r--r-- | src/sql/ntqeditorfactory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sql/ntqeditorfactory.h b/src/sql/ntqeditorfactory.h index 8818770c9..2a18b4b47 100644 --- a/src/sql/ntqeditorfactory.h +++ b/src/sql/ntqeditorfactory.h @@ -52,7 +52,7 @@ #define TQM_EXPORT_SQL Q_EXPORT #endif -#ifndef QT_NO_SQL_EDIT_WIDGETS +#ifndef TQT_NO_SQL_EDIT_WIDGETS class TQM_EXPORT_SQL TQEditorFactory : public TQObject { @@ -72,5 +72,5 @@ private: #endif }; -#endif // QT_NO_SQL +#endif // TQT_NO_SQL #endif // TQEDITORFACTORY_H |