From kde-commits Thu May 29 19:52:05 2008 From: Christian Ehrlicher Date: Thu, 29 May 2008 19:52:05 +0000 To: kde-commits Subject: kdesupport/phonon/ds9 (silent) Message-Id: <1212090725.642840.1721.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=121209074006198 SVN commit 814268 by chehrlic: SVN_SILENT: include cleanup M +1 -1 mediaobject.cpp M +1 -1 phononds9_namespace.h M +1 -1 qbasefilter.cpp M +1 -1 qmeminputpin.cpp --- trunk/kdesupport/phonon/ds9/mediaobject.cpp #814267:814268 @@ -30,7 +30,7 @@ #include #include -#include +#include #define TIMER_INTERVAL 16 //... ms for the timer that polls the current state (we use the multimedia timer #define PRELOAD_TIME 2000 // 2 seconds to load a source --- trunk/kdesupport/phonon/ds9/phononds9_namespace.h #814267:814268 @@ -18,7 +18,7 @@ #ifndef PHONON_DS9_NAMESPACE_H #define PHONON_DS9_NAMESPACE_H -#include +#include #ifndef QT_BEGIN_NAMESPACE #define QT_BEGIN_NAMESPACE --- trunk/kdesupport/phonon/ds9/qbasefilter.cpp #814267:814268 @@ -18,7 +18,7 @@ #include "qbasefilter.h" #include "qpin.h" -#include +#include QT_BEGIN_NAMESPACE --- trunk/kdesupport/phonon/ds9/qmeminputpin.cpp #814267:814268 @@ -19,7 +19,7 @@ #include "qbasefilter.h" #include "compointer.h" -#include +#include QT_BEGIN_NAMESPACE