Konsole
Profile.cpp File Reference
#include "Profile.h"
#include <QtCore/QFile>
#include <QtCore/QFileInfo>
#include <QtCore/QTextCodec>
#include <KConfigGroup>
#include <KDesktopFile>
#include <KGlobal>
#include <KGlobalSettings>
#include <KLocale>
#include <KDebug>
#include <KStandardDirs>
#include <unistd.h>
#include "ShellCommand.h"
Include dependency graph for Profile.cpp:

Go to the source code of this file.
Variables | |
static const char * | APPEARANCE_GROUP = "Appearance" |
static const char * | CURSOR_GROUP = "Cursor Options" |
static const char * | ENCODING_GROUP = "Encoding Options" |
static const char * | GENERAL_GROUP = "General" |
static const char * | INTERACTION_GROUP = "Interaction Options" |
static const char * | KEYBOARD_GROUP = "Keyboard" |
static const char * | SCROLLING_GROUP = "Scrolling" |
static const char * | TERMINAL_GROUP = "Terminal Features" |
Variable Documentation
const char* APPEARANCE_GROUP = "Appearance" [static] |
Definition at line 57 of file Profile.cpp.
const char* CURSOR_GROUP = "Cursor Options" [static] |
Definition at line 60 of file Profile.cpp.
const char* ENCODING_GROUP = "Encoding Options" [static] |
Definition at line 62 of file Profile.cpp.
const char* GENERAL_GROUP = "General" [static] |
Definition at line 55 of file Profile.cpp.
const char* INTERACTION_GROUP = "Interaction Options" [static] |
Definition at line 61 of file Profile.cpp.
const char* KEYBOARD_GROUP = "Keyboard" [static] |
Definition at line 56 of file Profile.cpp.
const char* SCROLLING_GROUP = "Scrolling" [static] |
Definition at line 58 of file Profile.cpp.
const char* TERMINAL_GROUP = "Terminal Features" [static] |
Definition at line 59 of file Profile.cpp.