author | llornkcor <llornkcor> | 2003-05-26 14:08:02 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2003-05-26 14:08:02 (UTC) |
commit | 304b92e24c7a7da309977cd996fc89848d8899dc (patch) (side-by-side diff) | |
tree | 7af2aa9a9f8a00dfc710c3a80fdb5b4e42728929 | |
parent | 8689d97f101fdf799e401aae8e7d1653cd3dc9bd (diff) | |
download | opie-304b92e24c7a7da309977cd996fc89848d8899dc.zip opie-304b92e24c7a7da309977cd996fc89848d8899dc.tar.gz opie-304b92e24c7a7da309977cd996fc89848d8899dc.tar.bz2 |
fix complie
-rw-r--r-- | noncore/tools/formatter/formatter.cpp | 3 |
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 @@ -20,14 +20,13 @@ #include <qpe/storage.h> #include <qmultilineedit.h> #include <qstring.h> -#include <qlist.h> #include <qstringlist.h> #include <qdir.h> #include <qfile.h> -#include <qtstream.h> +#include <qtextstream.h> #include <qcombobox.h> #include <qpopupmenu.h> #include <qmessagebox.h> |