#include <kkeynative.h> instead of <kshortcut.h> for KKeyNative class.
svn path=/trunk/kdebase/kwin/; revision=132477
This commit is contained in:
parent
c798226b77
commit
1b8f28362f
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@
|
|||
#include <kdialog.h>
|
||||
#include <kglobalsettings.h>
|
||||
#include <kseparator.h>
|
||||
#include <kshortcut.h> // For KKeyNative::keyboardHasMetaKey()
|
||||
#include <kkeynative.h> // For KKeyNative::keyboardHasWinKey()
|
||||
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xlib.h>
|
||||
|
@ -499,7 +499,7 @@ void KActionsConfig::defaults()
|
|||
setComboText(coWin1,"Activate, raise and pass click");
|
||||
setComboText(coWin2,"Activate and pass click");
|
||||
setComboText(coWin3,"Activate and pass click");
|
||||
setComboText(coAllKey, KKeyNative::keyboardHasMetaKey() ? "Meta" : "Alt");
|
||||
setComboText(coAllKey, KKeyNative::keyboardHasWinKey() ? "Meta" : "Alt");
|
||||
setComboText (coAll1,"Move");
|
||||
setComboText(coAll2,"Toggle raise and lower");
|
||||
setComboText(coAll3,"Resize");
|
||||
|
|
Loading…
Reference in a new issue