From kde-commits Wed Apr 15 20:34:18 2009 From: Andrew Coles Date: Wed, 15 Apr 2009 20:34:18 +0000 To: kde-commits Subject: kdereview/mplayerthumbs/src Message-Id: <1239827658.244323.10956.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=123982770904721 SVN commit 954507 by coles: Fixed includes, now compiles again. M +1 -1 frameselector.h M +1 -1 phononbackend.cpp --- trunk/kdereview/mplayerthumbs/src/frameselector.h #954506:954507 @@ -19,7 +19,7 @@ #ifndef FRAMESELECTOR_H #define FRAMESELECTOR_H -#include +#include class PreviewingFile; class FrameSelector { --- trunk/kdereview/mplayerthumbs/src/phononbackend.cpp #954506:954507 @@ -18,7 +18,7 @@ */ #include "phononbackend.h" -#include +#include #include using namespace Phonon; Thumbnail* PhononBackend::preview(int)