KInit
klauncher.cpp File Reference
#include "klauncher.h"
#include "klauncher_cmds.h"
#include "klauncher_adaptor.h"
#include <config.h>
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <errno.h>
#include <signal.h>
#include <sys/time.h>
#include <kstartupinfo.h>
#include <X11/Xlib.h>
#include <QtCore/QFile>
#include <kconfig.h>
#include <kdebug.h>
#include <kde_file.h>
#include <klibloader.h>
#include <klocale.h>
#include <kprotocolmanager.h>
#include <kprotocolinfo.h>
#include <krun.h>
#include <kstandarddirs.h>
#include <ktemporaryfile.h>
#include <kurl.h>
#include <kio/global.h>
#include <kio/connection.h>
#include <kio/slaveinterface.h>
#include "klauncher.moc"

Go to the source code of this file.
Namespaces | |
namespace | KIO |
Defines | |
#define | SLAVE_MAX_IDLE 30 |
Functions | |
static void | appendLong (QByteArray &ba, long l) |
static int | read_socket (int sock, char *buffer, int len) |
Variables | |
static KLauncher * | g_klauncher_self |
Define Documentation
#define SLAVE_MAX_IDLE 30 |
Definition at line 57 of file klauncher.cpp.
Function Documentation
static void appendLong | ( | QByteArray & | ba, | |
long | l | |||
) | [static] |
Definition at line 543 of file klauncher.cpp.
static int read_socket | ( | int | sock, | |
char * | buffer, | |||
int | len | |||
) | [static] |
Definition at line 273 of file klauncher.cpp.
Variable Documentation
KLauncher* g_klauncher_self [static] |
Definition at line 164 of file klauncher.cpp.