diff options
author | John Fultz <jfultz@wolfram.com> | 2017-08-01 23:20:55 -0500 |
---|---|---|
committer | John Fultz <jfultz@wolfram.com> | 2017-08-02 00:27:47 -0500 |
commit | 67059305e164f3b741c36d4e0ac22022c9b79901 (patch) | |
tree | 7f9a62443c0283c58e4353fa38e41ef95bcf264a /quacker/lexicondialog.cpp | |
parent | 6684280feec74fa4c58066cf8e667b5f19a717c7 (diff) |
More Qt5 changes and cleanups.
Now builds on Qt 5.9.1, and works on Mac, Windows, Linux.
Diffstat (limited to 'quacker/lexicondialog.cpp')
-rw-r--r-- | quacker/lexicondialog.cpp | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/quacker/lexicondialog.cpp b/quacker/lexicondialog.cpp index 1d06cb0..362aa4b 100644 --- a/quacker/lexicondialog.cpp +++ b/quacker/lexicondialog.cpp @@ -17,15 +17,7 @@ */ #include <sstream> -#include <QtGui> -#include <QLineEdit> -#include <QComboBox> -#include <QPushButton> -#include <QFileDialog> -#include <QLabel> -#include <QHBoxLayout> -#include <QVBoxLayout> -#include <QGroupBox> +#include <QtWidgets> #include <datamanager.h> #include <quackleio/util.h> |