Changeset 30643 in vbox
- Timestamp:
- Jul 6, 2010 12:13:24 AM (15 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/runtime
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIKeyboardHandlerFullscreen.cpp
r30637 r30643 26 26 #include "UIKeyboardHandlerFullscreen.h" 27 27 #include "UIMachineWindow.h" 28 29 #ifdef Q_WS_MAC 30 # include <Carbon/Carbon.h> 31 #endif /* Q_WS_MAC */ 28 32 29 33 /* Fullscreen keyboard-handler constructor: */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIKeyboardHandlerNormal.cpp
r30637 r30643 26 26 #include "UIKeyboardHandlerNormal.h" 27 27 #include "UIMachineWindow.h" 28 29 #ifdef Q_WS_MAC 30 # include <Carbon/Carbon.h> 31 #endif /* Q_WS_MAC */ 28 32 29 33 /* Fullscreen keyboard-handler constructor: */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIKeyboardHandlerSeamless.cpp
r30637 r30643 26 26 #include "UIKeyboardHandlerSeamless.h" 27 27 #include "UIMachineWindow.h" 28 29 #ifdef Q_WS_MAC 30 # include <Carbon/Carbon.h> 31 #endif /* Q_WS_MAC */ 28 32 29 33 /* Fullscreen keyboard-handler constructor: */
Note:
See TracChangeset
for help on using the changeset viewer.