Index: /trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.h
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.h	(revision 26751)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.h	(revision 26752)
@@ -65,4 +65,13 @@
     //void setMachineViewFinalized(bool fTrue = true) { m_bIsMachineWindowResizeIgnored = !fTrue; }
 
+#if defined(Q_WS_MAC)
+    void updateDockIcon();
+    void updateDockOverlay();
+    void setMouseCoalescingEnabled(bool aOn);
+    void setDockIconEnabled(bool aOn) { mDockIconEnabled = aOn; };
+
+    const QPixmap& pauseShot() const { return mPausedShot; }
+#endif
+
 signals:
 
@@ -209,13 +218,4 @@
 
     static void dimImage(QImage &img);
-
-#if defined(Q_WS_MAC)
-    void updateDockIcon();
-    void updateDockOverlay();
-    void setMouseCoalescingEnabled(bool aOn);
-    void setDockIconEnabled(bool aOn) { mDockIconEnabled = aOn; };
-
-    const QPixmap& pauseShot() const { return mPausedShot; }
-#endif
 
     /* Private members: */
