summaryrefslogtreecommitdiffstats
path: root/qtinterface/tqsqlrecord.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtinterface/tqsqlrecord.h')
-rw-r--r--qtinterface/tqsqlrecord.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/qtinterface/tqsqlrecord.h b/qtinterface/tqsqlrecord.h
index 0ec085b..370c13b 100644
--- a/qtinterface/tqsqlrecord.h
+++ b/qtinterface/tqsqlrecord.h
@@ -33,4 +33,13 @@ Boston, MA 02110-1301, USA.
#endif // USE_QT3
+#ifdef USE_QT4
+
+// Reimplement the QSqlRecord class
+// For Qt4, no changes are needed
+
+#include <qsqlrecord.h>
+
+#endif // USE_QT4
+
#endif /* TQSQLRECORD_H */ \ No newline at end of file