Prefer using Qt::META over KKey::QtWIN
svn path=/trunk/KDE/kdebase/workspace/; revision=457843
This commit is contained in:
parent
393eeac4a0
commit
c2a652657a
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
keys->insert( name, i18n(name), QString::null, key3, key4 )
|
||||
#endif
|
||||
|
||||
#define WIN KKey::QtWIN
|
||||
#define WIN Qt::META
|
||||
#define ALT Qt::ALT
|
||||
#define SHIFT Qt::SHIFT
|
||||
#define CTRL Qt::CTRL
|
||||
|
|
Loading…
Reference in a new issue