summaryrefslogtreecommitdiffstats
path: root/src/server/mainwindow
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/mainwindow')
-rw-r--r--src/server/mainwindow/mainwindow.cpp2
-rw-r--r--src/server/mainwindow/mainwindow.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/server/mainwindow/mainwindow.cpp b/src/server/mainwindow/mainwindow.cpp
index 2eab581..d4819cf 100644
--- a/src/server/mainwindow/mainwindow.cpp
+++ b/src/server/mainwindow/mainwindow.cpp
@@ -16,7 +16,7 @@
// Self
#include "mainwindow.h"
// QT stuff
-#include <QtGui>
+#include <QtWidgets>
#include <QFileDialog>
#include <QSvgRenderer>
#include <QPainter>
diff --git a/src/server/mainwindow/mainwindow.h b/src/server/mainwindow/mainwindow.h
index 27bf264..ac59481 100644
--- a/src/server/mainwindow/mainwindow.h
+++ b/src/server/mainwindow/mainwindow.h
@@ -1,7 +1,7 @@
#ifndef _MAINWINDOW_H_
#define _MAINWINDOW_H_
-#include <QtGui>
+#include <QtWidgets>
#include <QMainWindow>
#include "../net/client.h"