summaryrefslogtreecommitdiff
path: root/quacker/configpages.cpp
diff options
context:
space:
mode:
authorJohn Fultz <jfultz@wolfram.com>2017-08-01 23:20:55 -0500
committerJohn Fultz <jfultz@wolfram.com>2017-08-02 00:27:47 -0500
commit67059305e164f3b741c36d4e0ac22022c9b79901 (patch)
tree7f9a62443c0283c58e4353fa38e41ef95bcf264a /quacker/configpages.cpp
parent6684280feec74fa4c58066cf8e667b5f19a717c7 (diff)
More Qt5 changes and cleanups.
Now builds on Qt 5.9.1, and works on Mac, Windows, Linux.
Diffstat (limited to 'quacker/configpages.cpp')
-rw-r--r--quacker/configpages.cpp9
1 files changed, 1 insertions, 8 deletions
diff --git a/quacker/configpages.cpp b/quacker/configpages.cpp
index a424c15..0571094 100644
--- a/quacker/configpages.cpp
+++ b/quacker/configpages.cpp
@@ -16,14 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <QtGui>
-#include <QCheckBox>
-#include <QGroupBox>
-#include <QSpinBox>
-#include <QComboBox>
-#include <QLabel>
-#include <QGridLayout>
-#include <QVBoxLayout>
+#include <QtWidgets>
#include <uv.h>