Index: /trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIFileDialog.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIFileDialog.cpp	(revision 37628)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIFileDialog.cpp	(revision 37629)
@@ -368,7 +368,8 @@
 # if defined (Q_WS_X11)
     /** @todo see http://bugs.kde.org/show_bug.cgi?id=210904, make it conditional
-     *        when this bug is fixed (xtracker 5167) */
-    if (vboxGlobal().isKWinManaged())
-      o |= QFileDialog::DontUseNativeDialog;
+     *        when this bug is fixed (xtracker 5167).
+     *        Apparently not necessary anymore (xtracker 5748)! */
+//    if (vboxGlobal().isKWinManaged())
+//      o |= QFileDialog::DontUseNativeDialog;
 # endif
     if (aDirOnly)
@@ -582,7 +583,8 @@
 # if defined (Q_WS_X11)
     /** @todo see http://bugs.kde.org/show_bug.cgi?id=210904, make it conditional
-     *        when this bug is fixed (xtracker 5167) */
-    if (vboxGlobal().isKWinManaged())
-      o |= QFileDialog::DontUseNativeDialog;
+     *        when this bug is fixed (xtracker 5167)
+     *        Apparently not necessary anymore (xtracker 5748)! */
+//    if (vboxGlobal().isKWinManaged())
+//      o |= QFileDialog::DontUseNativeDialog;
 # endif
     if (!aResolveSymlinks)
@@ -832,7 +834,8 @@
 # if defined (Q_WS_X11)
     /** @todo see http://bugs.kde.org/show_bug.cgi?id=210904, make it conditional
-     *        when this bug is fixed (xtracker 5167) */
-    if (vboxGlobal().isKWinManaged())
-      o |= QFileDialog::DontUseNativeDialog;
+     *        when this bug is fixed (xtracker 5167)
+     *        Apparently not necessary anymore (xtracker 5748)! */
+//    if (vboxGlobal().isKWinManaged())
+//      o |= QFileDialog::DontUseNativeDialog;
 # endif
 
