Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/finance/kmymoney/files/patch-kmymoney_plugins_kbanking_gwenkdegui.cpp
16461 views
1
We moved the devel/gwenhywfar-qt6 headers to prevent conflict with
2
devel/gwenhywfar-qt5.
3
4
--- kmymoney/plugins/kbanking/gwenkdegui.cpp.orig 2025-08-04 11:03:25 UTC
5
+++ kmymoney/plugins/kbanking/gwenkdegui.cpp
6
@@ -8,7 +8,7 @@
7
#include "gwenkdegui.h"
8
9
#include <gwenhywfar/debug.h>
10
-#include "gwen-gui-qt5/qt5dialogbox.hpp"
11
+#include "gwen-gui-qt6/qt5dialogbox.hpp"
12
13
14
#include <QString>
15
16