KDED
khostname.cpp File Reference
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
#include <qfile.h>
#include <qtextstream.h>
#include <qregexp.h>
#include <dcopclient.h>
#include <kcmdlineargs.h>
#include <kapplication.h>
#include <klocale.h>
#include <kaboutdata.h>
#include <kglobal.h>
#include <kstandarddirs.h>
#include <kprocess.h>
#include <kde_file.h>
Include dependency graph for khostname.cpp:
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
static QCStringList | split (const QCString &str) |
Variables | |
static const char | appName [] = "kdontchangethehostname" |
static const char | appVersion [] = "1.1" |
static KCmdLineOptions | options [] |
Function Documentation
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 356 of file khostname.cpp.
static QCStringList split | ( | const QCString & | str | ) | [static] |
Definition at line 93 of file khostname.cpp.
Variable Documentation
const char appName[] = "kdontchangethehostname" [static] |
Definition at line 46 of file khostname.cpp.
const char appVersion[] = "1.1" [static] |
Definition at line 47 of file khostname.cpp.
KCmdLineOptions options[] [static] |
Initial value:
{ { "+old", I18N_NOOP("Old hostname"), 0 }, { "+new", I18N_NOOP("New hostname"), 0 }, KCmdLineLastOption }
Definition at line 40 of file khostname.cpp.