diff options
Diffstat (limited to 'newpicsdialog.h')
-rw-r--r-- | newpicsdialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/newpicsdialog.h b/newpicsdialog.h index 110f4fc..148795a 100644 --- a/newpicsdialog.h +++ b/newpicsdialog.h @@ -8,9 +8,9 @@ #ifndef NEWPICSDIALOG_H #define NEWPICSDIALOG_H -#include <QDialog> +#include <QtWidgets/QDialog> #include <QSqlDatabase> -#include <QTreeView> +#include <QtWidgets/QTreeView> #include "smtreemodel.h" |