summaryrefslogtreecommitdiff
path: root/src/webtab.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-04-23 00:34:19 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-04-23 00:37:03 +0200
commitd09b430f9835fd19f9a0088a5620af20bdf36b0e (patch)
tree548cee49a6bfc5f3285be4c79ed21f2c8eed8ba1 /src/webtab.h
parentClean up headers && fix compilation with (the upcoming) qt 4.8.2 (diff)
downloadrekonq-d09b430f9835fd19f9a0088a5620af20bdf36b0e.tar.xz
Fix opensearch add shortcut handling
(at least on every site tested, but opensearch.org itself. Broken?) CCBUG: 296707 Backported from master branch
Diffstat (limited to 'src/webtab.h')
-rw-r--r--src/webtab.h12
1 files changed, 6 insertions, 6 deletions
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 <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
@@ -97,7 +97,7 @@ private Q_SLOTS:
void showRSSInfo(const QPoint &pos);
void showSearchEngine(const QPoint &pos);
void openSearchEngineAdded();
-
+
void showMessageBar();
private: