Index: /trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp	(revision 58863)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp	(revision 58864)
@@ -3562,5 +3562,5 @@
     /* Find the first children of aParent with the appropriate properties.
      * Please note that this call is recursively. */
-    QList<QWidget *> list = qFindChildren<QWidget *> (aParent, aName);
+    QList<QWidget *> list = aParent->findChildren<QWidget*>(aName);
     foreach(QWidget *child, list)
     {
