summaryrefslogtreecommitdiffstats
path: root/examples/itemviews/spreadsheet/spreadsheetdelegate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/itemviews/spreadsheet/spreadsheetdelegate.cpp')
-rw-r--r--examples/itemviews/spreadsheet/spreadsheetdelegate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/itemviews/spreadsheet/spreadsheetdelegate.cpp b/examples/itemviews/spreadsheet/spreadsheetdelegate.cpp
index 6f2f2dd071..59f340ae3d 100644
--- a/examples/itemviews/spreadsheet/spreadsheetdelegate.cpp
+++ b/examples/itemviews/spreadsheet/spreadsheetdelegate.cpp
@@ -40,7 +40,7 @@
****************************************************************************/
#include "spreadsheetdelegate.h"
-#include <QtGui>
+#include <QtWidgets>
SpreadSheetDelegate::SpreadSheetDelegate(QObject *parent)
: QItemDelegate(parent) {}