From d09b430f9835fd19f9a0088a5620af20bdf36b0e Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Mon, 23 Apr 2012 00:34:19 +0200 Subject: Fix opensearch add shortcut handling (at least on every site tested, but opensearch.org itself. Broken?) CCBUG: 296707 Backported from master branch --- src/webtab.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/webtab.h') diff --git a/src/webtab.h b/src/webtab.h index 5c04b683..39bffdb7 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 // Qt Includes -#include +#include // 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 @@ -97,7 +97,7 @@ private Q_SLOTS: void showRSSInfo(const QPoint &pos); void showSearchEngine(const QPoint &pos); void openSearchEngineAdded(); - + void showMessageBar(); private: -- cgit v1.2.1