diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-04-23 00:34:19 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-04-23 00:34:19 +0200 |
commit | ae1c295495659fb01874ae6af4d0b89a0a2424dc (patch) | |
tree | 8143905fece76f036e893d4684443025a67ea4d4 /src/webtab.h | |
parent | Add fixed favorite icon in the toolbar to let add favorites easier (diff) | |
download | rekonq-ae1c295495659fb01874ae6af4d0b89a0a2424dc.tar.xz |
Fix opensearch add shortcut handling
(at least on every site tested, but opensearch.org itself. Broken?)
BUG: 296707
Diffstat (limited to 'src/webtab.h')
-rw-r--r-- | src/webtab.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/webtab.h b/src/webtab.h index e9805846..6d5a79b4 100644 --- a/src/webtab.h +++ b/src/webtab.h @@ -33,21 +33,21 @@ #include "rekonq_defines.h" // Local Includes -#include "webpage.h" #include "webview.h" // KDE Includes #include <KParts/Part> // Qt Includes -#include <QtGui/QWidget> +#include <QWidget> // Forward Declarations -class UrlBar; -class PreviewSelectorBar; -class WalletBar; class NotificationBar; +class PreviewSelectorBar; class QPoint; +class UrlBar; +class WalletBar; +class WebPage; class REKONQ_TESTS_EXPORT WebTab : public QWidget @@ -102,7 +102,7 @@ private Q_SLOTS: void showRSSInfo(const QPoint &pos); void showSearchEngine(const QPoint &pos); void openSearchEngineAdded(); - + void showMessageBar(); void loadFinished(); |