82200be
diff -up qt-everywhere-opensource-src-4.8.2/tools/assistant/tools/assistant/mainwindow.cpp.me qt-everywhere-opensource-src-4.8.2/tools/assistant/tools/assistant/mainwindow.cpp
82200be
--- qt-everywhere-opensource-src-4.8.2/tools/assistant/tools/assistant/mainwindow.cpp.me	2012-06-19 12:52:22.740180410 +0200
82200be
+++ qt-everywhere-opensource-src-4.8.2/tools/assistant/tools/assistant/mainwindow.cpp	2012-06-19 12:52:51.953194103 +0200
82200be
@@ -944,8 +944,7 @@ void MainWindow::updateApplicationFont()
82200be
     if (helpEngine.usesAppFont())
82200be
         font = helpEngine.appFont();
82200be
 
82200be
-    const QWidgetList &widgets = qApp->allWidgets();
82200be
-    foreach (QWidget* widget, widgets)
82200be
+    foreach (QWidget* widget, QApplication::allWidgets())
82200be
         widget->setFont(font);
82200be
 }
82200be