[education/rkward] rkward/misc: Fix compilation

Thomas Friedrichsmeier null at kde.org
Sat May 14 21:30:53 BST 2022


Git commit 29fb8d635b40c28082f944413dcbc5bf61f537c6 by Thomas Friedrichsmeier.
Committed on 14/05/2022 at 20:30.
Pushed by tfry into branch 'master'.

Fix compilation

M  +1    -0    rkward/misc/rkcompatibility.cpp

https://invent.kde.org/education/rkward/commit/29fb8d635b40c28082f944413dcbc5bf61f537c6

diff --git a/rkward/misc/rkcompatibility.cpp b/rkward/misc/rkcompatibility.cpp
index bf8084e4..6ded8a97 100644
--- a/rkward/misc/rkcompatibility.cpp
+++ b/rkward/misc/rkcompatibility.cpp
@@ -10,6 +10,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
 #include <QApplication>
 #if QT_VERSION < QT_VERSION_CHECK(5, 14, 0)
 #	include <QDesktopWidget>
+#	include <QWidget>
 #else
 #	include <QScreen>
 #endif


More information about the rkward-tracker mailing list