summarylogtreecommitdiffstats
path: root/knemo-gcc6.patch
diff options
context:
space:
mode:
Diffstat (limited to 'knemo-gcc6.patch')
-rw-r--r--knemo-gcc6.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/knemo-gcc6.patch b/knemo-gcc6.patch
deleted file mode 100644
index cb07b2ac0f05..000000000000
--- a/knemo-gcc6.patch
+++ /dev/null
@@ -1,31 +0,0 @@
---- knemo.orig/src/common/utils.cpp 2016-05-07 14:30:45.888889978 +0000
-+++ knemo/src/common/utils.cpp 2016-05-07 14:32:06.985290816 +0000
-@@ -41,6 +41,7 @@
- #include <KSharedConfig>
- #include <Plasma/Theme>
- #include "data.h"
-+#include "math.h"
- #include "utils.h"
-
- #ifdef __linux__
---- knemo.orig/src/knemod/trayicon.cpp 2015-10-03 17:22:07.000000000 +0000
-+++ knemo/src/knemo/src/knemod/trayicon.cpp 2016-05-07 14:42:30.796566437 +0000
-@@ -22,6 +22,7 @@
- #include "global.h"
- #include "interface.h"
- #include "knemodaemon.h"
-+#include "math.h"
- #include "utils.h"
-
- #ifdef __linux__
---- knemo.orig/src/knemod/trayicon.h 2020-05-30 12:12:20.000000000 +0200
-+++ knemo/src/knemod/trayicon.h 2020-05-30 11:57:03.000000000 +0200
-@@ -24,6 +24,8 @@
-
- #include <KStatusNotifierItem>
-
-+#include <QMap>
-+
- class Interface;
-
- class TrayIcon : public KStatusNotifierItem