#include <config.h>#include <unistd.h>#include <fcntl.h>#include "klauncher.h"#include <kcomponentdata.h>#include "kcrash.h"#include "kdebug.h"#include <stdio.h>#include <stdlib.h>#include <signal.h>#include <klocale.h>#include <kde_file.h>#include "klauncher_cmds.h"#include <QtCore/QCoreApplication>#include <kkernel_mac.h>
Include dependency graph for klauncher_main.cpp:

Go to the source code of this file.
Functions | |
| int | kdemain (int argc, char **argv) |
| static void | sig_handler (int sig_num) |
Variables | |
| static int | sigpipe [2] |
Function Documentation
| int kdemain | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 55 of file klauncher_main.cpp.
| static void sig_handler | ( | int | sig_num | ) | [static] |
Definition at line 40 of file klauncher_main.cpp.
Variable Documentation
int sigpipe[2] [static] |
Definition at line 39 of file klauncher_main.cpp.
KDE 4.6 API Reference