From 14e39ba5afb77499f18b1fe4e9faf1d0bebd1981 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Thu, 7 May 2009 15:34:52 +0200 Subject: Fixed translation issues. --- src/shared/help/contentwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/shared/help/contentwindow.cpp') diff --git a/src/shared/help/contentwindow.cpp b/src/shared/help/contentwindow.cpp index 2a9d860c6a..21b13e3ad7 100644 --- a/src/shared/help/contentwindow.cpp +++ b/src/shared/help/contentwindow.cpp @@ -118,7 +118,7 @@ bool ContentWindow::eventFilter(QObject *o, QEvent *e) qobject_cast(m_contentWidget->model()); QHelpContentItem *itm = contentModel->contentItemAt(m_contentWidget->currentIndex()); - CentralWidget::instance()->setSourceInNewTab(itm->url()); + Help::Internal::CentralWidget::instance()->setSourceInNewTab(itm->url()); } } return QWidget::eventFilter(o, e); @@ -143,7 +143,7 @@ void ContentWindow::showContextMenu(const QPoint &pos) if (curTab == action) emit linkActivated(itm->url()); else if (newTab == action) - CentralWidget::instance()->setSourceInNewTab(itm->url()); + Help::Internal::CentralWidget::instance()->setSourceInNewTab(itm->url()); } void ContentWindow::itemClicked(const QModelIndex &index) -- cgit v1.2.1