#include "loginapplication.h"#include "loginwindowimpl.h"#include "calibrate.h"#include <opie2/odevice.h>#include <qpe/qpestyle.h>#include <qpe/power.h>#include <qpe/config.h>#include <qwindowsystem_qws.h>#include <qmessagebox.h>#include <qlabel.h>#include <qtimer.h>#include <qfile.h>#include <sys/types.h>#include <time.h>#include <sys/time.h>#include <sys/resource.h>#include <unistd.h>#include <syslog.h>#include <sys/wait.h>#include <stdio.h>#include <stdlib.h>#include <signal.h>#include <getopt.h>#include <string.h>Include dependency graph for main.cpp:

Go to the source code of this file.
Functions | |
| int | login_main (int argc, char **argv, pid_t ppid) |
| void | sigterm (int sig) |
| void | sigint (int sig) |
| void | exit_closelog () |
| int | main (int argc, char **argv) |
|
|
Definition at line 209 of file main.cpp. Referenced by main(). |
|
||||||||||||||||
|
Definition at line 314 of file main.cpp. References app, QFile::exists(), height, rc, QWSServer::setDesktopBackground(), QWSServer::setScreenSaver(), tr, and width. Referenced by main(). |
|
||||||||||||
|
|
|
|
|
Definition at line 203 of file main.cpp. Referenced by main(). |
1.4.2