1#ifndef _KGLOBALACCEL_MAC_H
2#define _KGLOBALACCEL_MAC_H
6#include "tdeshortcut.h"
7#include "tdeaccelbase.h"
9class TDEGlobalAccelPrivate:
public TDEAccelBase
12 TDEGlobalAccelPrivate()
13 : TDEAccelBase(TDEAccelBase::NATIVE_KEYS)
17 void setEnabled(
bool bEnabled )
18 { Q_UNUSED(bEnabled); }
19 bool emitSignal( Signal signal )
20 { Q_UNUSED(signal);
return false; }
21 bool connectKey( TDEAccelAction& action,
const KKeyServer::Key& key)
22 { Q_UNUSED(action); Q_UNUSED(key);
return false; }
23 bool connectKey(
const KKeyServer::Key& key)
24 { Q_UNUSED(key);
return false; }
25 bool disconnectKey( TDEAccelAction&,
const KKeyServer::Key& key)
26 { Q_UNUSED(key);
return false; }
27 bool disconnectKey(
const KKeyServer::Key& )