KDECore
kglobalaccel_emb.h
Go to the documentation of this file.00001 #ifndef _KGLOBALACCEL_EMB_H 00002 #define _KGLOBALACCEL_EMB_H 00003 00004 #include "kaccelbase.h" 00005 #include "kshortcut.h" 00006 00007 class KGlobalAccelPrivate 00008 { 00009 public: 00010 KGlobalAccelPrivate(); 00011 00012 virtual void setEnabled( bool bEnabled ); 00013 00014 virtual bool connectKey( KAccelAction&, KKeySequence ); 00015 virtual bool disconnectKey( KAccelAction&, KKeySequence ); 00016 }; 00017 00018 #endif // _KGLOBALACCEL_EMB_H