diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-11-07 23:34:43 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-11-19 00:12:21 +0100 |
commit | 89d4696eae6bb7b9824f4c0687fbf27b2551a0e0 (patch) | |
tree | 0f47719eccc9b5b9039698ed3a7781a74b6a4c2d /src/application.cpp | |
parent | Revert "Add a Clear Button to URL bar to clear it" (diff) | |
download | rekonq-89d4696eae6bb7b9824f4c0687fbf27b2551a0e0.tar.xz |
API clean up
urlBar --> currentUrlBar
Diffstat (limited to 'src/application.cpp')
-rw-r--r-- | src/application.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application.cpp b/src/application.cpp index 2efb62c0..95aa9cf0 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -439,7 +439,7 @@ void Application::loadResolvedUrl(ThreadWeaver::Job *job) void Application::newWindow() { loadUrl(KUrl("about:home"), Rekonq::NewWindow); - mainWindow()->mainView()->urlBar()->setFocus(); + mainWindow()->mainView()->currentUrlBar()->setFocus(); } |