kglobalaccel_emb.h
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 );
00013
00014 virtual bool connectKey( KAccelAction&, KKeySequence );
00015 virtual bool disconnectKey( KAccelAction&, KKeySequence );
00016 };
00017
00018 #endif // _KGLOBALACCEL_EMB_H
This file is part of the documentation for kdecore Library Version 3.3.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Thu Sep 23 17:11:36 2004 by
doxygen 1.3.8-20040913 written by
Dimitri van Heesch, © 1997-2003