author | mickeyl <mickeyl> | 2003-12-07 15:44:04 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-12-07 15:44:04 (UTC) |
commit | 3bbeef6702ef80b7506b5393cc51d1fd5b04559d (patch) (unidiff) | |
tree | 2d95df31b24915ecbc5fb06a186489af332954e5 | |
parent | 6da5abf5f5c094ee8b431250573a662b53110c01 (diff) | |
download | opie-3bbeef6702ef80b7506b5393cc51d1fd5b04559d.zip opie-3bbeef6702ef80b7506b5393cc51d1fd5b04559d.tar.gz opie-3bbeef6702ef80b7506b5393cc51d1fd5b04559d.tar.bz2 |
#include fixlet
-rw-r--r-- | core/multimedia/opieplayer/playlistwidget.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/multimedia/opieplayer/playlistwidget.cpp b/core/multimedia/opieplayer/playlistwidget.cpp index 5ce53b8..5fb605b 100644 --- a/core/multimedia/opieplayer/playlistwidget.cpp +++ b/core/multimedia/opieplayer/playlistwidget.cpp | |||
@@ -14,24 +14,25 @@ | |||
14 | ** See http://www.trolltech.com/gpl/ for GPL licensing information. | 14 | ** See http://www.trolltech.com/gpl/ for GPL licensing information. |
15 | ** | 15 | ** |
16 | ** Contact info@trolltech.com if any conditions of this licensing are | 16 | ** Contact info@trolltech.com if any conditions of this licensing are |
17 | ** not clear to you. | 17 | ** not clear to you. |
18 | ** | 18 | ** |
19 | **********************************************************************/ | 19 | **********************************************************************/ |
20 | // code added by L. J. Potter Sat 03-02-2002 06:17:54 | 20 | // code added by L. J. Potter Sat 03-02-2002 06:17:54 |
21 | #define QTOPIA_INTERNAL_FSLP | 21 | #define QTOPIA_INTERNAL_FSLP |
22 | #include <qpe/qcopenvelope_qws.h> | 22 | #include <qpe/qcopenvelope_qws.h> |
23 | 23 | ||
24 | #include <qmenubar.h> | 24 | #include <qmenubar.h> |
25 | #include <qtoolbar.h> | 25 | #include <qtoolbar.h> |
26 | #include <qpe/qpemenubar.h> | ||
26 | #include <qpe/fileselector.h> | 27 | #include <qpe/fileselector.h> |
27 | #include <qpe/qpeapplication.h> | 28 | #include <qpe/qpeapplication.h> |
28 | #include <qpe/lnkproperties.h> | 29 | #include <qpe/lnkproperties.h> |
29 | #include <qpe/storage.h> | 30 | #include <qpe/storage.h> |
30 | 31 | ||
31 | #include <qpe/applnk.h> | 32 | #include <qpe/applnk.h> |
32 | #include <qpe/config.h> | 33 | #include <qpe/config.h> |
33 | #include <qpe/global.h> | 34 | #include <qpe/global.h> |
34 | #include <qpe/resource.h> | 35 | #include <qpe/resource.h> |
35 | #include <qaction.h> | 36 | #include <qaction.h> |
36 | #include <qcursor.h> | 37 | #include <qcursor.h> |
37 | #include <qimage.h> | 38 | #include <qimage.h> |