diff options
author | Friedemann Kleint <[email protected]> | 2009-05-07 15:34:52 +0200 |
---|---|---|
committer | Friedemann Kleint <[email protected]> | 2009-05-07 15:34:52 +0200 |
commit | 14e39ba5afb77499f18b1fe4e9faf1d0bebd1981 (patch) | |
tree | c2def7d2169b411eaf7e491e2ee0737bd1de19f0 /src/shared/help/contentwindow.cpp | |
parent | 84b3b9cba2bc8d08aea5646e900d014b7d8af7b2 (diff) |
Fixed translation issues.
Diffstat (limited to 'src/shared/help/contentwindow.cpp')
-rw-r--r-- | src/shared/help/contentwindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/help/contentwindow.cpp b/src/shared/help/contentwindow.cpp index 2a9d860c6a5..21b13e3ad7e 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<QHelpContentModel*>(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) |