-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 @@ -28,13 +28,13 @@ #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> |