author | dwmw2 <dwmw2> | 2002-05-09 11:59:51 (UTC) |
---|---|---|
committer | dwmw2 <dwmw2> | 2002-05-09 11:59:51 (UTC) |
commit | 67077883f382bd73bf4bdceda8994fa4e47ee5e6 (patch) (unidiff) | |
tree | 66433081886ad27170f95e23ccd36d487d90c95a | |
parent | d9b40786a885451caf3f22612ec401df1edff983 (diff) | |
download | opie-67077883f382bd73bf4bdceda8994fa4e47ee5e6.zip opie-67077883f382bd73bf4bdceda8994fa4e47ee5e6.tar.gz opie-67077883f382bd73bf4bdceda8994fa4e47ee5e6.tar.bz2 |
#include <qpainter.h>
-rw-r--r-- | noncore/unsupported/filebrowser/filebrowser.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/unsupported/filebrowser/filebrowser.cpp b/noncore/unsupported/filebrowser/filebrowser.cpp index 1bb7984..8c01655 100644 --- a/noncore/unsupported/filebrowser/filebrowser.cpp +++ b/noncore/unsupported/filebrowser/filebrowser.cpp | |||
@@ -39,12 +39,13 @@ | |||
39 | #include <qpe/qpemenubar.h> | 39 | #include <qpe/qpemenubar.h> |
40 | #include <qaction.h> | 40 | #include <qaction.h> |
41 | #include <qstringlist.h> | 41 | #include <qstringlist.h> |
42 | #include <qcursor.h> | 42 | #include <qcursor.h> |
43 | #include <qmultilineedit.h> | 43 | #include <qmultilineedit.h> |
44 | #include <qfont.h> | 44 | #include <qfont.h> |
45 | #include <qpainter.h> | ||
45 | 46 | ||
46 | #include <unistd.h> | 47 | #include <unistd.h> |
47 | #include <stdlib.h> | 48 | #include <stdlib.h> |
48 | #include <sys/stat.h> | 49 | #include <sys/stat.h> |
49 | 50 | ||
50 | // | 51 | // |