author | zecke <zecke> | 2003-08-28 14:33:58 (UTC) |
---|---|---|
committer | zecke <zecke> | 2003-08-28 14:33:58 (UTC) |
commit | d9f3423c2e2aca46ab10f08152450b3ebf5221cf (patch) (side-by-side diff) | |
tree | 49244c742b0d974bf9bcb81af06ba1bae68131d4 | |
parent | 2394427a5c34384131922fb6c2a1d35dee3e1197 (diff) | |
download | opie-d9f3423c2e2aca46ab10f08152450b3ebf5221cf.zip opie-d9f3423c2e2aca46ab10f08152450b3ebf5221cf.tar.gz opie-d9f3423c2e2aca46ab10f08152450b3ebf5221cf.tar.bz2 |
Make it compile with opie
-rw-r--r-- | core/launcher/firstuse.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/launcher/firstuse.cpp b/core/launcher/firstuse.cpp index 31b7923..2dc6a72 100644 --- a/core/launcher/firstuse.cpp +++ b/core/launcher/firstuse.cpp @@ -18,33 +18,33 @@ ** **********************************************************************/ // I need access to some things you don't normally get access to. #ifndef _MSC_VER //### revise to allow removal of translators under MSVC #define private public #define protected public #endif #include "firstuse.h" #include "inputmethods.h" #include "applauncher.h" #include "serverapp.h" #include <qtopia/custom.h> #if defined(QPE_NEED_CALIBRATION) -#include "../settings/calibrate/calibrate.h" +#include "calibrate.h" #endif #include "documentlist.h" #include <qtopia/resource.h> #include <qtopia/qcopenvelope_qws.h> #include <qtopia/qpeapplication.h> #include <qtopia/config.h> #include <qtopia/applnk.h> #include <qtopia/mimetype.h> #include <qtopia/fontmanager.h> #include <qapplication.h> #include <qfile.h> #include <qpainter.h> #include <qcstring.h> #include <qsimplerichtext.h> |