summaryrefslogtreecommitdiff
path: root/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Frontends-VirtualBox-src-settings-vm-VBoxVMSettingsHD.h
blob: 6b347df656ca13e11a1ed8bf47bf2fc42cb6f881 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsHD.h.orig	2010-06-04 10:43:02.000000000 +0200
+++ src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsHD.h	2010-06-04 10:33:40.000000000 +0200
@@ -20,7 +20,7 @@
 #define __VBoxVMSettingsHD_h__
 
 /* Global includes */
-#include <qglobal.h> /* for Q_WS_MAC */
+#include <QtGlobal> /* for Q_WS_MAC */
 #ifdef Q_WS_MAC
 /* Somewhere Carbon.h includes AssertMacros.h which defines the macro "check".
  * In QItemDelegate a class method is called "check" also. As we not used the