You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
373 B
19 lines
373 B
#ifndef _KGLOBALACCEL_EMB_H
|
|
#define _KGLOBALACCEL_EMB_H
|
|
|
|
#include "tdeaccelbase.h"
|
|
#include "tdeshortcut.h"
|
|
|
|
class TDEGlobalAccelPrivate
|
|
{
|
|
public:
|
|
TDEGlobalAccelPrivate();
|
|
|
|
virtual void setEnabled( bool bEnabled );
|
|
|
|
virtual bool connectKey( TDEAccelAction&, KKeySequence );
|
|
virtual bool disconnectKey( TDEAccelAction&, KKeySequence );
|
|
};
|
|
|
|
#endif // _KGLOBALACCEL_EMB_H
|