summaryrefslogtreecommitdiffstats
path: root/examples/sql/tablemodel/tablemodel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sql/tablemodel/tablemodel.cpp')
-rw-r--r--examples/sql/tablemodel/tablemodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sql/tablemodel/tablemodel.cpp b/examples/sql/tablemodel/tablemodel.cpp
index 41a42bc31e..23cf00bb97 100644
--- a/examples/sql/tablemodel/tablemodel.cpp
+++ b/examples/sql/tablemodel/tablemodel.cpp
@@ -38,7 +38,7 @@
**
****************************************************************************/
-#include <QtGui>
+#include <QtWidgets>
#include <QtSql>
#include "../connection.h"