port *ahem* kdebase to the new way of doing global shortcuts
svn path=/trunk/KDE/kdebase/workspace/; revision=688440
This commit is contained in:
parent
fb78c8f6ad
commit
ce7709855d
1 changed files with 4 additions and 1 deletions
|
@ -317,7 +317,10 @@ void Workspace::initShortcuts()
|
|||
|
||||
void Workspace::readShortcuts()
|
||||
{
|
||||
KGlobalAccel::self()->readSettings();
|
||||
#ifdef __GNUC__
|
||||
#warning TODO PORT ME (KGlobalAccel related)
|
||||
#endif
|
||||
//KGlobalAccel::self()->readSettings();
|
||||
|
||||
KAction *kaction = qobject_cast<KAction*>( keys->action("Walk Through Desktops") );
|
||||
if ( kaction!=0 )
|
||||
|
|
Loading…
Reference in a new issue