summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-11-07 23:34:43 +0100
committerAndrea Diamantini <adjam7@gmail.com>2010-11-19 00:12:21 +0100
commit89d4696eae6bb7b9824f4c0687fbf27b2551a0e0 (patch)
tree0f47719eccc9b5b9039698ed3a7781a74b6a4c2d /src/mainwindow.cpp
parentRevert "Add a Clear Button to URL bar to clear it" (diff)
downloadrekonq-89d4696eae6bb7b9824f4c0687fbf27b2551a0e0.tar.xz
API clean up
urlBar --> currentUrlBar
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index d5f82d97..5f508506 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -591,8 +591,8 @@ void MainWindow::openLocation()
{
setWidgetsVisible(true);
}
- m_view->urlBar()->selectAll();
- m_view->urlBar()->setFocus();
+ m_view->currentUrlBar()->selectAll();
+ m_view->currentUrlBar()->setFocus();
}