diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-09-29 22:11:37 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-09-29 22:11:37 +0200 |
commit | 5f0e4fe5fabd7ca49cb7d6cb54dc6e903fffbf74 (patch) | |
tree | 52c3f6c744d1b71f8bd65ced265b4ce7633fabd0 /src/urlbar/stackedurlbar.cpp | |
parent | search --> opensearch dir (diff) | |
download | rekonq-5f0e4fe5fabd7ca49cb7d6cb54dc6e903fffbf74.tar.xz |
Clean up urlbar use. This fix an urlbar bug opening plugins
in next tabs and remove some Application::instance() calls from the
Web* classes.
Diffstat (limited to 'src/urlbar/stackedurlbar.cpp')
-rw-r--r-- | src/urlbar/stackedurlbar.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/urlbar/stackedurlbar.cpp b/src/urlbar/stackedurlbar.cpp index 1882d98c..44039244 100644 --- a/src/urlbar/stackedurlbar.cpp +++ b/src/urlbar/stackedurlbar.cpp @@ -29,7 +29,6 @@ #include "stackedurlbar.moc" // Local Includes -#include "application.h" #include "urlbar.h" |