diff options
Diffstat (limited to 'app-text/kbibtex/files/kbibtex-0.5-build-fix.patch')
-rw-r--r-- | app-text/kbibtex/files/kbibtex-0.5-build-fix.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-text/kbibtex/files/kbibtex-0.5-build-fix.patch b/app-text/kbibtex/files/kbibtex-0.5-build-fix.patch new file mode 100644 index 000000000000..07253354d3ae --- /dev/null +++ b/app-text/kbibtex/files/kbibtex-0.5-build-fix.patch @@ -0,0 +1,11 @@ +diff -urN kbibtex-0.5.old/src/program/docklets/referencepreview.h kbibtex-0.5/src/program/docklets/referencepreview.h +--- kbibtex-0.5.old/src/program/docklets/referencepreview.h 2013-12-29 20:06:23.000000000 +0100 ++++ kbibtex-0.5/src/program/docklets/referencepreview.h 2014-03-13 22:31:38.456418630 +0100 +@@ -23,6 +23,7 @@ + + #include <QWidget> + #include <QUrl> ++#include <KUrl> + + class Element; + class File; |