[education/rkward] rkward/agents: Fix include

Thomas Friedrichsmeier null at kde.org
Tue Jul 5 22:25:11 BST 2022


Git commit fd7d18d65ce761a8d0c5a3628cfe264d7791cc0a by Thomas Friedrichsmeier.
Committed on 05/07/2022 at 21:25.
Pushed by tfry into branch 'master'.

Fix include

M  +1    -1    rkward/agents/rkprintagent.cpp

https://invent.kde.org/education/rkward/commit/fd7d18d65ce761a8d0c5a3628cfe264d7791cc0a

diff --git a/rkward/agents/rkprintagent.cpp b/rkward/agents/rkprintagent.cpp
index 41081d6d..f233f000 100644
--- a/rkward/agents/rkprintagent.cpp
+++ b/rkward/agents/rkprintagent.cpp
@@ -17,7 +17,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
 #include <kio_version.h>
 #if KIO_VERSION >= QT_VERSION_CHECK(5, 77, 0)
 #	include <KIO/OpenUrlJob>
-#	include <<KIO/JobUiDelegate>
+#	include <KIO/JobUiDelegate>
 #else
 #	include <KRun>
 #endif


More information about the rkward-tracker mailing list