[kde-runtime] Fix kde#310486 patch (add missing #include to fix build)

Kevin Kofler kkofler at fedoraproject.org
Sun Jan 27 20:54:33 UTC 2013


commit 10d606f5552f6716373a0fca171c2a3fa241b3d7
Author: Kevin Kofler <Kevin at tigcc.ticalc.org>
Date:   Sun Jan 27 21:54:20 2013 +0100

    Fix kde#310486 patch (add missing #include to fix build)

 kde-runtime-4.9.98-kde#310486.patch |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/kde-runtime-4.9.98-kde#310486.patch b/kde-runtime-4.9.98-kde#310486.patch
index 1d00d84..d1715f2 100644
--- a/kde-runtime-4.9.98-kde#310486.patch
+++ b/kde-runtime-4.9.98-kde#310486.patch
@@ -12,17 +12,18 @@ diff -ur kde-runtime-4.9.98/plasma/declarativeimports/plasmacomponents/CMakeList
  
 diff -ur kde-runtime-4.9.98/plasma/declarativeimports/plasmacomponents/fullscreenwindow.cpp kde-runtime-4.9.98-kde#310486/plasma/declarativeimports/plasmacomponents/fullscreenwindow.cpp
 --- kde-runtime-4.9.98/plasma/declarativeimports/plasmacomponents/fullscreenwindow.cpp	2012-12-17 15:24:58.000000000 +0100
-+++ kde-runtime-4.9.98-kde#310486/plasma/declarativeimports/plasmacomponents/fullscreenwindow.cpp	2013-01-27 20:07:27.000000000 +0100
-@@ -36,8 +36,6 @@
++++ kde-runtime-4.9.98-kde#310486/plasma/declarativeimports/plasmacomponents/fullscreenwindow.cpp	2013-01-27 21:46:43.000000000 +0100
+@@ -35,8 +35,7 @@
+ 
  #include <KWindowSystem>
  #include <KStandardDirs>
- 
--#include <kdeclarative.h>
 -
+-#include <kdeclarative.h>
++#include <KSharedConfig>
+ 
  #include <Plasma/Corona>
  #include <Plasma/WindowEffects>
- 
-@@ -124,9 +122,14 @@
+@@ -124,9 +123,14 @@
      }
  
      //Try to figure out the path of the dialog component


More information about the scm-commits mailing list