-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 | |||
@@ -2,65 +2,65 @@ | |||
2 | ** Copyright (C) 2000-2002 Trolltech AS. All rights reserved. | 2 | ** Copyright (C) 2000-2002 Trolltech AS. All rights reserved. |
3 | ** | 3 | ** |
4 | ** This file is part of the Qtopia Environment. | 4 | ** This file is part of the Qtopia Environment. |
5 | ** | 5 | ** |
6 | ** This file may be distributed and/or modified under the terms of the | 6 | ** This file may be distributed and/or modified under the terms of the |
7 | ** GNU General Public License version 2 as published by the Free Software | 7 | ** GNU General Public License version 2 as published by the Free Software |
8 | ** Foundation and appearing in the file LICENSE.GPL included in the | 8 | ** Foundation and appearing in the file LICENSE.GPL included in the |
9 | ** packaging of this file. | 9 | ** packaging of this file. |
10 | ** | 10 | ** |
11 | ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE | 11 | ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE |
12 | ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. | 12 | ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. |
13 | ** | 13 | ** |
14 | ** See http://www.trolltech.com/gpl/ for GPL licensing information. | 14 | ** See http://www.trolltech.com/gpl/ for GPL licensing information. |
15 | ** | 15 | ** |
16 | ** Contact info@trolltech.com if any conditions of this licensing are | 16 | ** Contact info@trolltech.com if any conditions of this licensing are |
17 | ** not clear to you. | 17 | ** not clear to you. |
18 | ** | 18 | ** |
19 | **********************************************************************/ | 19 | **********************************************************************/ |
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 | #if defined(QPE_NEED_CALIBRATION) | 33 | #if defined(QPE_NEED_CALIBRATION) |
34 | #include "../settings/calibrate/calibrate.h" | 34 | #include "calibrate.h" |
35 | #endif | 35 | #endif |
36 | #include "documentlist.h" | 36 | #include "documentlist.h" |
37 | 37 | ||
38 | #include <qtopia/resource.h> | 38 | #include <qtopia/resource.h> |
39 | #include <qtopia/qcopenvelope_qws.h> | 39 | #include <qtopia/qcopenvelope_qws.h> |
40 | #include <qtopia/qpeapplication.h> | 40 | #include <qtopia/qpeapplication.h> |
41 | #include <qtopia/config.h> | 41 | #include <qtopia/config.h> |
42 | #include <qtopia/applnk.h> | 42 | #include <qtopia/applnk.h> |
43 | #include <qtopia/mimetype.h> | 43 | #include <qtopia/mimetype.h> |
44 | #include <qtopia/fontmanager.h> | 44 | #include <qtopia/fontmanager.h> |
45 | 45 | ||
46 | #include <qapplication.h> | 46 | #include <qapplication.h> |
47 | #include <qfile.h> | 47 | #include <qfile.h> |
48 | #include <qpainter.h> | 48 | #include <qpainter.h> |
49 | #include <qcstring.h> | 49 | #include <qcstring.h> |
50 | #include <qsimplerichtext.h> | 50 | #include <qsimplerichtext.h> |
51 | #include <qcolor.h> | 51 | #include <qcolor.h> |
52 | #include <qpushbutton.h> | 52 | #include <qpushbutton.h> |
53 | #include <qhbox.h> | 53 | #include <qhbox.h> |
54 | #include <qlabel.h> | 54 | #include <qlabel.h> |
55 | #include <qtimer.h> | 55 | #include <qtimer.h> |
56 | 56 | ||
57 | #if defined( Q_WS_QWS ) | 57 | #if defined( Q_WS_QWS ) |
58 | #include <qwsdisplay_qws.h> | 58 | #include <qwsdisplay_qws.h> |
59 | #include <qgfx_qws.h> | 59 | #include <qgfx_qws.h> |
60 | #endif | 60 | #endif |
61 | 61 | ||
62 | #include <qwindowsystem_qws.h> | 62 | #include <qwindowsystem_qws.h> |
63 | 63 | ||
64 | #include <stdlib.h> | 64 | #include <stdlib.h> |
65 | #include <sys/types.h> | 65 | #include <sys/types.h> |
66 | #if defined(Q_OS_LINUX) || defined(_OS_LINUX_) | 66 | #if defined(Q_OS_LINUX) || defined(_OS_LINUX_) |