summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2022-05-26 16:56:36 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2022-05-26 18:41:53 +0200
commit5746abc233d24e39e84effb481b3baac1e9fe19b (patch)
tree50087a7fb00a8fb27f911664ed3a492766bdda0e /src/mainwindow.h
parentae67eeb9f42b882f41f359322863f608e05a568a (diff)
Make use of ctor externals for better cross-system compilation support.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index ece4a85..3457f42 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -26,8 +26,8 @@
*/
#pragma once
-#include <QMainWindow>
-#include <QListWidget>
+#include <QtWidgets/QMainWindow>
+#include <QtWidgets/QListWidget>
#include "client.h"