summaryrefslogtreecommitdiffstats
path: root/examples/sql
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sql')
-rw-r--r--examples/sql/sqltable/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sql/sqltable/main.cpp b/examples/sql/sqltable/main.cpp
index cda4113d..86f6ac89 100644
--- a/examples/sql/sqltable/main.cpp
+++ b/examples/sql/sqltable/main.cpp
@@ -11,7 +11,7 @@
#include <tqsqldatabase.h>
#include <tqdatatable.h>
#include <tqsqlcursor.h>
-#include <ntqmessagebox.h>
+#include <tqmessagebox.h>
/* Modify the following to match your environment */
#define DRIVER "TQSQLITE" /* see the TQt SQL documentation for a list of available drivers */