Fixes: - compile on gcc3

Task:     - none
RevBy:    - TrustMe
This commit is contained in:
Patrick Star
2009-01-29 13:14:32 +01:00
parent 2a2e3b1417
commit 37aef09885

View File

@@ -407,7 +407,7 @@ void CentralWidget::setSourceInNewTab(const QUrl &url)
tabWidget->setCurrentIndex(tabWidget->addTab(viewer,
quoteTabTitle(viewer->documentTitle())));
#if defined(QT_NO_WEBIT)
#if defined(QT_NO_WEBKIT)
QFont font = qApp->font();
if (helpEngine->customValue(QLatin1String("useBrowserFont")).toBool())
font = qVariantValue<QFont>(helpEngine->customValue(QLatin1String("browserFont")));