Index: head/emulators/virtualbox-ose/files/extrapatch-src_VBox_Frontends_VirtualBox_src_widgets_UIMiniToolBar.cpp =================================================================== --- head/emulators/virtualbox-ose/files/extrapatch-src_VBox_Frontends_VirtualBox_src_widgets_UIMiniToolBar.cpp (revision 473770) +++ head/emulators/virtualbox-ose/files/extrapatch-src_VBox_Frontends_VirtualBox_src_widgets_UIMiniToolBar.cpp (nonexistent) @@ -1,40 +0,0 @@ ---- src/VBox/Frontends/VirtualBox/src/widgets/UIMiniToolBar.cpp.orig 2017-04-18 09:53:23 UTC -+++ src/VBox/Frontends/VirtualBox/src/widgets/UIMiniToolBar.cpp -@@ -29,7 +29,9 @@ - # include - # include - # include --# include -+# if QT_VERSION >= 0x050000 -+# include -+# endif - # ifdef VBOX_WS_X11 - # include - # endif -@@ -616,8 +618,10 @@ void UIMiniToolBar::sltShow() - { - LogRel2(("GUI: UIMiniToolBar::sltShow\n")); - -+#if QT_VERSION >= 0x050000 - /* Update transience: */ - sltAdjustTransience(); -+#endif - - #if defined(VBOX_WS_MAC) - -@@ -806,6 +810,7 @@ void UIMiniToolBar::sltAdjust() - #endif - } - -+#if QT_VERSION >= 0x050000 - void UIMiniToolBar::sltAdjustTransience() - { - // WORKAROUND: -@@ -817,6 +822,7 @@ void UIMiniToolBar::sltAdjustTransience( - /* Add the transience dependency: */ - windowHandle()->setTransientParent(m_pParent->windowHandle()); - } -+#endif - - void UIMiniToolBar::prepare() - { Property changes on: head/emulators/virtualbox-ose/files/extrapatch-src_VBox_Frontends_VirtualBox_src_widgets_UIMiniToolBar.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/emulators/virtualbox-ose/files/extrapatch-src_VBox_Frontends_VirtualBox_src_widgets_UIMiniToolBar.h =================================================================== --- head/emulators/virtualbox-ose/files/extrapatch-src_VBox_Frontends_VirtualBox_src_widgets_UIMiniToolBar.h (revision 473770) +++ head/emulators/virtualbox-ose/files/extrapatch-src_VBox_Frontends_VirtualBox_src_widgets_UIMiniToolBar.h (nonexistent) @@ -1,13 +0,0 @@ ---- src/VBox/Frontends/VirtualBox/src/widgets/UIMiniToolBar.h.orig 2017-04-18 09:53:23 UTC -+++ src/VBox/Frontends/VirtualBox/src/widgets/UIMiniToolBar.h -@@ -121,8 +121,10 @@ private slots: - void sltShow(); - /** Adjusts window according to parent. */ - void sltAdjust(); -+#if QT_VERSION >= 0x050000 - /** Adjusts window transience according to parent. */ - void sltAdjustTransience(); -+#endif - - private: - Property changes on: head/emulators/virtualbox-ose/files/extrapatch-src_VBox_Frontends_VirtualBox_src_widgets_UIMiniToolBar.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property