From kde-commits Mon Apr 13 07:38:09 2015 From: Cyrille Berger Date: Mon, 13 Apr 2015 07:38:09 +0000 To: kde-commits Subject: [calligra/frameworks] plugins/videoshape: fix headers with qt5's phonon Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=142891069910933 Git commit 17e4dfab3b7b9f13f48dc567015a48cf28ddd469 by Cyrille Berger. Committed on 13/04/2015 at 07:37. Pushed by berger into branch 'frameworks'. fix headers with qt5's phonon M +2 -2 plugins/videoshape/FullScreenPlayer.cpp M +1 -1 plugins/videoshape/FullScreenPlayer.h M +1 -1 plugins/videoshape/SelectVideoWidget.cpp M +1 -1 plugins/videoshape/VideoThumbnailer.cpp M +2 -2 plugins/videoshape/VideoThumbnailer.h http://commits.kde.org/calligra/17e4dfab3b7b9f13f48dc567015a48cf28ddd469 diff --git a/plugins/videoshape/FullScreenPlayer.cpp b/plugins/videoshape/F= ullScreenPlayer.cpp index 08402b7..02af398 100644 --- a/plugins/videoshape/FullScreenPlayer.cpp +++ b/plugins/videoshape/FullScreenPlayer.cpp @@ -27,8 +27,8 @@ #include #include #include -#include -#include +#include +#include = #include #include diff --git a/plugins/videoshape/FullScreenPlayer.h b/plugins/videoshape/Ful= lScreenPlayer.h index 70957dc..29546a1 100644 --- a/plugins/videoshape/FullScreenPlayer.h +++ b/plugins/videoshape/FullScreenPlayer.h @@ -21,7 +21,7 @@ #define FULLSCREENPLAYER_H = #include -#include +#include = namespace Phonon { diff --git a/plugins/videoshape/SelectVideoWidget.cpp b/plugins/videoshape/= SelectVideoWidget.cpp index 40328f7..bee2407 100644 --- a/plugins/videoshape/SelectVideoWidget.cpp +++ b/plugins/videoshape/SelectVideoWidget.cpp @@ -24,7 +24,7 @@ #include = #include -#include +#include = #include #include diff --git a/plugins/videoshape/VideoThumbnailer.cpp b/plugins/videoshape/V= ideoThumbnailer.cpp index ddb5fb7..d30a9bf 100644 --- a/plugins/videoshape/VideoThumbnailer.cpp +++ b/plugins/videoshape/VideoThumbnailer.cpp @@ -22,7 +22,7 @@ = #include "VideoData.h" = -#include +#include #include #include #include diff --git a/plugins/videoshape/VideoThumbnailer.h b/plugins/videoshape/Vid= eoThumbnailer.h index 615594d..5578450 100644 --- a/plugins/videoshape/VideoThumbnailer.h +++ b/plugins/videoshape/VideoThumbnailer.h @@ -20,8 +20,8 @@ #ifndef VIDEOTHUMBNAILER_H #define VIDEOTHUMBNAILER_H = -#include -#include +#include +#include #include = #include