Use phonon-qt5 and not phonon(kde4) includes. Calligra is a pure KDE5 application. spotted by naddy@ Thanks ok jca@
19 lines
597 B
Plaintext
19 lines
597 B
Plaintext
$OpenBSD: patch-plugins_videoshape_VideoThumbnailer_h,v 1.2 2017/05/31 22:02:09 rsadowski Exp $
|
|
|
|
Index: plugins/videoshape/VideoThumbnailer.h
|
|
--- plugins/videoshape/VideoThumbnailer.h.orig
|
|
+++ plugins/videoshape/VideoThumbnailer.h
|
|
@@ -20,9 +20,9 @@
|
|
#ifndef VIDEOTHUMBNAILER_H
|
|
#define VIDEOTHUMBNAILER_H
|
|
|
|
-#include <phonon/MediaObject>
|
|
-#include <phonon/Global>
|
|
-#include <phonon/experimental/videodataoutput2.h>
|
|
+#include <phonon4qt5/phonon/MediaObject>
|
|
+#include <phonon4qt5/phonon/Global>
|
|
+#include <phonon4qt5/phonon/experimental/videodataoutput2.h>
|
|
|
|
#include <QObject>
|
|
#include <QImage>
|