1 #ifndef _KGLOBALACCEL_EMB_H
2 #define _KGLOBALACCEL_EMB_H
4 #include "kaccelbase.h"
7 class KGlobalAccelPrivate
10 KGlobalAccelPrivate();
12 virtual void setEnabled(
bool bEnabled );
15 virtual bool disconnectKey( KAccelAction&,
KKeySequence );
18 #endif // _KGLOBALACCEL_EMB_H
A KKeySequence object holds a sequence of up to 4 keys.