From ae1c295495659fb01874ae6af4d0b89a0a2424dc 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?) BUG: 296707 --- 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 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 // 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 @@ -102,7 +102,7 @@ private Q_SLOTS: void showRSSInfo(const QPoint &pos); void showSearchEngine(const QPoint &pos); void openSearchEngineAdded(); - + void showMessageBar(); void loadFinished(); -- cgit v1.2.1