KDED
khostname.cpp File Reference
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
#include <QtCore/QFile>
#include <QtCore/QRegExp>
#include <QtCore/Q_PID>
#include <kcmdlineargs.h>
#include <kapplication.h>
#include <klocale.h>
#include <kaboutdata.h>
#include <kglobal.h>
#include <kstandarddirs.h>
#include <ktoolinvocation.h>
#include <klauncher_iface.h>
#include <kde_file.h>
#include <QtDBus/QtDBus>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
static QList< QByteArray > | split (const QByteArray &str) |
Variables | |
static const char | appName [] = "kdontchangethehostname" |
static const char | appVersion [] = "1.1" |
Function Documentation
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 215 of file khostname.cpp.
static QList<QByteArray> split | ( | const QByteArray & | str | ) | [static] |
Definition at line 88 of file khostname.cpp.
Variable Documentation
const char appName[] = "kdontchangethehostname" [static] |
Definition at line 40 of file khostname.cpp.
const char appVersion[] = "1.1" [static] |
Definition at line 41 of file khostname.cpp.