summaryrefslogtreecommitdiff
authorllornkcor <llornkcor>2003-05-26 14:08:02 (UTC)
committer llornkcor <llornkcor>2003-05-26 14:08:02 (UTC)
commit304b92e24c7a7da309977cd996fc89848d8899dc (patch) (unidiff)
tree7af2aa9a9f8a00dfc710c3a80fdb5b4e42728929
parent8689d97f101fdf799e401aae8e7d1653cd3dc9bd (diff)
downloadopie-304b92e24c7a7da309977cd996fc89848d8899dc.zip
opie-304b92e24c7a7da309977cd996fc89848d8899dc.tar.gz
opie-304b92e24c7a7da309977cd996fc89848d8899dc.tar.bz2
fix complie
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/tools/formatter/formatter.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/noncore/tools/formatter/formatter.cpp b/noncore/tools/formatter/formatter.cpp
index 79a7f9e..cca0c26 100644
--- a/noncore/tools/formatter/formatter.cpp
+++ b/noncore/tools/formatter/formatter.cpp
@@ -18,18 +18,17 @@
18#include <qpe/mimetype.h> 18#include <qpe/mimetype.h>
19#include <qpe/qcopenvelope_qws.h> 19#include <qpe/qcopenvelope_qws.h>
20#include <qpe/storage.h> 20#include <qpe/storage.h>
21 21
22#include <qmultilineedit.h> 22#include <qmultilineedit.h>
23#include <qstring.h> 23#include <qstring.h>
24#include <qlist.h>
25#include <qstringlist.h> 24#include <qstringlist.h>
26#include <qdir.h> 25#include <qdir.h>
27#include <qfile.h> 26#include <qfile.h>
28 27
29#include <qtstream.h> 28#include <qtextstream.h>
30 29
31#include <qcombobox.h> 30#include <qcombobox.h>
32#include <qpopupmenu.h> 31#include <qpopupmenu.h>
33#include <qmessagebox.h> 32#include <qmessagebox.h>
34#include <qregexp.h> 33#include <qregexp.h>
35 34