1
0
Fork 0

GUI: Fix build for latest Qt

This commit is contained in:
Hank McCord 2018-10-03 18:47:07 -04:00 committed by Duncan Ogilvie
parent cf763adc18
commit a406a8e3df
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#ifndef APPEARANCEDIALOG_H
#define APPEARANCEDIALOG_H
#include <QAction>
#include <QDialog>
#include <QMap>

View File

@ -1,6 +1,7 @@
#ifndef WORDEDITDIALOG_H
#define WORDEDITDIALOG_H
#include <QValidator>
#include <QDialog>
#include <QPushButton>
#include "Imports.h"