summaryrefslogtreecommitdiffstats
path: root/src/sql/ntqsqleditorfactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sql/ntqsqleditorfactory.h')
-rw-r--r--src/sql/ntqsqleditorfactory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sql/ntqsqleditorfactory.h b/src/sql/ntqsqleditorfactory.h
index f04e3b35a..0fb30ff2d 100644
--- a/src/sql/ntqsqleditorfactory.h
+++ b/src/sql/ntqsqleditorfactory.h
@@ -45,7 +45,7 @@
#include "ntqeditorfactory.h"
#endif // QT_H
-#if !defined( QT_MODULE_SQL ) || defined( QT_LICENSE_PROFESSIONAL )
+#if !defined( TQT_MODULE_SQL ) || defined( QT_LICENSE_PROFESSIONAL )
#define TQM_EXPORT_SQL
#else
#define TQM_EXPORT_SQL Q_EXPORT
@@ -67,7 +67,7 @@ public:
static void installDefaultFactory( TQSqlEditorFactory * factory );
private:
-#if defined(Q_DISABLE_COPY) // Disabled copy constructor and operator=
+#if defined(TQ_DISABLE_COPY) // Disabled copy constructor and operator=
TQSqlEditorFactory( const TQSqlEditorFactory & );
TQSqlEditorFactory &operator=( const TQSqlEditorFactory & );
#endif