KDEUI
kstandardshortcut.cpp File Reference
#include "kstandardshortcut.h"
#include "kconfig.h"
#include "kdebug.h"
#include "kglobal.h"
#include "klocale.h"
#include "kshortcut.h"
#include <kconfiggroup.h>
#include <QtGui/QKeySequence>
#include <qx11info_x11.h>
Include dependency graph for kstandardshortcut.cpp:

Go to the source code of this file.
Define Documentation
#define ALT | ( | x | ) | Qt::ALT+Qt::Key_##x |
Definition at line 51 of file kstandardshortcut.cpp.
#define CTRL | ( | x | ) | Qt::CTRL+Qt::Key_##x |
Definition at line 48 of file kstandardshortcut.cpp.
#define CTRLSHIFT | ( | x | ) | Qt::CTRL+Qt::SHIFT+Qt::Key_##x |
Definition at line 50 of file kstandardshortcut.cpp.
#define SHIFT | ( | x | ) | Qt::SHIFT+Qt::Key_##x |
Definition at line 49 of file kstandardshortcut.cpp.