author | simon <simon> | 2002-12-02 20:01:57 (UTC) |
---|---|---|
committer | simon <simon> | 2002-12-02 20:01:57 (UTC) |
commit | acfbc79f2acf59fa5e4494dde4ea1c4ea5e429b7 (patch) (side-by-side diff) | |
tree | 0589832714da4838a678b2e40e431816087efc39 | |
parent | 262f335a055e189130a3c0dd7028388ab103504e (diff) | |
download | opie-acfbc79f2acf59fa5e4494dde4ea1c4ea5e429b7.zip opie-acfbc79f2acf59fa5e4494dde4ea1c4ea5e429b7.tar.gz opie-acfbc79f2acf59fa5e4494dde4ea1c4ea5e429b7.tar.bz2 |
- less header inclusions
-rw-r--r-- | noncore/multimedia/opieplayer2/mediaplayer.h | 2 | ||||
-rw-r--r-- | noncore/multimedia/opieplayer2/videowidget.cpp | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/noncore/multimedia/opieplayer2/mediaplayer.h b/noncore/multimedia/opieplayer2/mediaplayer.h index 1e34c88..de3886e 100644 --- a/noncore/multimedia/opieplayer2/mediaplayer.h +++ b/noncore/multimedia/opieplayer2/mediaplayer.h @@ -27,26 +27,24 @@ -- :-=` this library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef MEDIA_PLAYER_H #define MEDIA_PLAYER_H #include <qmainwindow.h> #include <qframe.h> -#include <qpe/qlibrary.h> -#include <qpe/mediaplayerplugininterface.h> #include "xinecontrol.h" class DocLnk; class VolumeControl; class MediaPlayer : public QObject { Q_OBJECT public: MediaPlayer( QObject *parent, const char *name ); ~MediaPlayer(); private slots: diff --git a/noncore/multimedia/opieplayer2/videowidget.cpp b/noncore/multimedia/opieplayer2/videowidget.cpp index 888fcf4..e0ca243 100644 --- a/noncore/multimedia/opieplayer2/videowidget.cpp +++ b/noncore/multimedia/opieplayer2/videowidget.cpp @@ -24,25 +24,24 @@ : = ...= . :.=- -. .:....=;==+<; You should have received a copy of the GNU -_. . . )=. = Library General Public License along with -- :-=` this library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include <qpe/qpeapplication.h> #include <qpe/resource.h> -#include <qpe/mediaplayerplugininterface.h> #include <qpe/config.h> #include <qwidget.h> #include <qpainter.h> #include <qpixmap.h> #include <qslider.h> #include <qdrawutil.h> #include "videowidget.h" #include "mediaplayerstate.h" #include "playlistwidget.h" |