Changeset 35733 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jan 27, 2011 11:28:54 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIHotKeyEditor.cpp
r35732 r35733 38 38 39 39 #ifdef Q_WS_X11 40 # include < QX11Info>40 # include <X11/Xlib.h> 41 41 # include <X11/Xutil.h> 42 # include <X11/Xlib.h>43 42 # include <X11/keysymdef.h> 44 # include "XKeyboard.h"45 43 # ifdef KeyPress 46 44 const int XKeyPress = KeyPress; … … 49 47 # undef KeyRelease 50 48 # endif /* KeyPress */ 49 # include "XKeyboard.h" 50 # include <QX11Info> 51 51 #endif /* Q_WS_X11 */ 52 52
Note:
See TracChangeset
for help on using the changeset viewer.