Index: /trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.cpp	(revision 26691)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.cpp	(revision 26692)
@@ -572,4 +572,9 @@
 #endif
 
+void UIMachineWindowNormal::closeEvent(QCloseEvent *pEvent)
+{
+    return UIMachineWindow::closeEvent(pEvent);
+}
+
 void UIMachineWindowNormal::prepareConsoleConnections()
 {
Index: /trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.h
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.h	(revision 26691)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.h	(revision 26692)
@@ -86,4 +86,5 @@
     bool x11Event(XEvent *pEvent);
 #endif
+    void closeEvent(QCloseEvent *pEvent);
 
     /* Private getters: */
