GUI: Fix build for latest Qt
This commit is contained in:
parent
cf763adc18
commit
a406a8e3df
|
|
@ -1,6 +1,7 @@
|
|||
#ifndef APPEARANCEDIALOG_H
|
||||
#define APPEARANCEDIALOG_H
|
||||
|
||||
#include <QAction>
|
||||
#include <QDialog>
|
||||
#include <QMap>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
#ifndef WORDEDITDIALOG_H
|
||||
#define WORDEDITDIALOG_H
|
||||
|
||||
#include <QValidator>
|
||||
#include <QDialog>
|
||||
#include <QPushButton>
|
||||
#include "Imports.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue