author | dwmw2 <dwmw2> | 2002-05-17 13:57:07 (UTC) |
---|---|---|
committer | dwmw2 <dwmw2> | 2002-05-17 13:57:07 (UTC) |
commit | 6f83bacd1602663454350011bf47f2c86d9cc975 (patch) (unidiff) | |
tree | 714b082c74a8e4fd3417b1651d47c539aba67432 | |
parent | e52cf1a1dc88cea3f2bac03a06d7c429e49a9f7e (diff) | |
download | opie-6f83bacd1602663454350011bf47f2c86d9cc975.zip opie-6f83bacd1602663454350011bf47f2c86d9cc975.tar.gz opie-6f83bacd1602663454350011bf47f2c86d9cc975.tar.bz2 |
include qcursor.h
-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 ec5500f..7a79be1 100644 --- a/core/multimedia/opieplayer/playlistwidget.cpp +++ b/core/multimedia/opieplayer/playlistwidget.cpp | |||
@@ -13,48 +13,49 @@ | |||
13 | ** | 13 | ** |
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 <qpe/qpemenubar.h> | 24 | #include <qpe/qpemenubar.h> |
25 | #include <qpe/qpetoolbar.h> | 25 | #include <qpe/qpetoolbar.h> |
26 | #include <qpe/fileselector.h> | 26 | #include <qpe/fileselector.h> |
27 | #include <qpe/qpeapplication.h> | 27 | #include <qpe/qpeapplication.h> |
28 | #include <qpe/lnkproperties.h> | 28 | #include <qpe/lnkproperties.h> |
29 | #include <qpe/storage.h> | 29 | #include <qpe/storage.h> |
30 | 30 | ||
31 | #include <qpe/applnk.h> | 31 | #include <qpe/applnk.h> |
32 | #include <qpe/config.h> | 32 | #include <qpe/config.h> |
33 | #include <qpe/global.h> | 33 | #include <qpe/global.h> |
34 | #include <qpe/resource.h> | 34 | #include <qpe/resource.h> |
35 | 35 | ||
36 | #include <qaction.h> | 36 | #include <qaction.h> |
37 | #include <qcursor.h> | ||
37 | #include <qimage.h> | 38 | #include <qimage.h> |
38 | #include <qfile.h> | 39 | #include <qfile.h> |
39 | #include <qdir.h> | 40 | #include <qdir.h> |
40 | #include <qlayout.h> | 41 | #include <qlayout.h> |
41 | #include <qlabel.h> | 42 | #include <qlabel.h> |
42 | #include <qlist.h> | 43 | #include <qlist.h> |
43 | #include <qlistbox.h> | 44 | #include <qlistbox.h> |
44 | #include <qmainwindow.h> | 45 | #include <qmainwindow.h> |
45 | #include <qmessagebox.h> | 46 | #include <qmessagebox.h> |
46 | #include <qtoolbutton.h> | 47 | #include <qtoolbutton.h> |
47 | #include <qtabwidget.h> | 48 | #include <qtabwidget.h> |
48 | #include <qlistview.h> | 49 | #include <qlistview.h> |
49 | #include <qpoint.h> | 50 | #include <qpoint.h> |
50 | #include <qlineedit.h> | 51 | #include <qlineedit.h> |
51 | #include <qpushbutton.h> | 52 | #include <qpushbutton.h> |
52 | #include <qregexp.h> | 53 | #include <qregexp.h> |
53 | #include <qtextstream.h> | 54 | #include <qtextstream.h> |
54 | 55 | ||
55 | //#include <qtimer.h> | 56 | //#include <qtimer.h> |
56 | 57 | ||
57 | #include "playlistselection.h" | 58 | #include "playlistselection.h" |
58 | #include "playlistwidget.h" | 59 | #include "playlistwidget.h" |
59 | #include "mediaplayerstate.h" | 60 | #include "mediaplayerstate.h" |
60 | 61 | ||