#include "firstuse.h"#include "inputmethods.h"#include "applauncher.h"#include "serverapp.h"#include "calibrate.h"#include "documentlist.h"#include <opie2/odebug.h>#include <opie2/oresource.h>#include <qtopia/qcopenvelope_qws.h>#include <qtopia/config.h>#include <qtopia/fontmanager.h>#include <qfile.h>#include <qpainter.h>#include <qsimplerichtext.h>#include <qpushbutton.h>#include <qlabel.h>#include <qtimer.h>#include <stdlib.h>#include <sys/types.h>Include dependency graph for firstuse.cpp:

Go to the source code of this file.
Defines | |
| #define | private public |
| #define | protected public |
Variables | |
| static settingsTable_t | settingsTable [] |
|
|
Definition at line 32 of file firstuse.cpp. |
|
|
Definition at line 33 of file firstuse.cpp. |
|
|
Initial value:
{
{ FALSE, "language", "raise()", "accept()",
QT_TR_NOOP("Language") },
{ FALSE, "doctab", "raise()", "accept()",
QT_TR_NOOP("DocTab") },
{ FALSE, "systemtime", "raise()", "accept()",
QT_TR_NOOP("Time and Date") },
{ FALSE, "addressbook", "editPersonalAndClose()", "accept()",
QT_TR_NOOP("Personal Information") },
{ FALSE, 0, 0, 0, 0 }
}
Definition at line 79 of file firstuse.cpp. |
1.4.2