summaryrefslogtreecommitdiff
path: root/core/launcher/firstuse.cpp
authorllornkcor <llornkcor>2003-11-05 10:29:08 (UTC)
committer llornkcor <llornkcor>2003-11-05 10:29:08 (UTC)
commit91369ae9ca93f499fd0883a13f046a4b435d1b56 (patch) (unidiff)
tree212e2dcaa21365a55bd16451c4087e684283b8ba /core/launcher/firstuse.cpp
parentd0e7b4f9da3275e6d2fb4dcc8e1b38a2117443f5 (diff)
downloadopie-91369ae9ca93f499fd0883a13f046a4b435d1b56.zip
opie-91369ae9ca93f499fd0883a13f046a4b435d1b56.tar.gz
opie-91369ae9ca93f499fd0883a13f046a4b435d1b56.tar.bz2
removed include custom.h cause build system doesn't create it for me and I am tired of not having a compiling opie to work on. fix it if you need too
Diffstat (limited to 'core/launcher/firstuse.cpp') (more/less context) (show whitespace changes)
-rw-r--r--core/launcher/firstuse.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/launcher/firstuse.cpp b/core/launcher/firstuse.cpp
index 3f769ae..57469cf 100644
--- a/core/launcher/firstuse.cpp
+++ b/core/launcher/firstuse.cpp
@@ -20,25 +20,25 @@
20 20
21// I need access to some things you don't normally get access to. 21// I need access to some things you don't normally get access to.
22 22
23#ifndef _MSC_VER 23#ifndef _MSC_VER
24 //### revise to allow removal of translators under MSVC 24 //### revise to allow removal of translators under MSVC
25#define private public 25#define private public
26#define protected public 26#define protected public
27#endif 27#endif
28#include "firstuse.h" 28#include "firstuse.h"
29#include "inputmethods.h" 29#include "inputmethods.h"
30#include "applauncher.h" 30#include "applauncher.h"
31#include "serverapp.h" 31#include "serverapp.h"
32#include <qtopia/custom.h> 32//#include <qtopia/custom.h>
33 33
34#include "calibrate.h" 34#include "calibrate.h"
35#include "documentlist.h" 35#include "documentlist.h"
36 36
37#include <qtopia/resource.h> 37#include <qtopia/resource.h>
38#include <qtopia/qcopenvelope_qws.h> 38#include <qtopia/qcopenvelope_qws.h>
39#include <qtopia/qpeapplication.h> 39#include <qtopia/qpeapplication.h>
40#include <qtopia/config.h> 40#include <qtopia/config.h>
41#include <qtopia/applnk.h> 41#include <qtopia/applnk.h>
42#include <qtopia/mimetype.h> 42#include <qtopia/mimetype.h>
43#include <qtopia/fontmanager.h> 43#include <qtopia/fontmanager.h>
44 44