diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-05-27 22:58:44 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-05-27 23:34:32 +0200 |
commit | 807e20570cbfef6e258313565598905564f1bb86 (patch) | |
tree | 695b3c940bce02305224e5781a7c48b5a6fdab94 /src/webtab.h | |
parent | Runtime Nepomuk tagging check (diff) | |
download | rekonq-807e20570cbfef6e258313565598905564f1bb86.tar.xz |
Kitchen sink clean up
- astyle
- copyrights
- (some) includes
Diffstat (limited to 'src/webtab.h')
-rw-r--r-- | src/webtab.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/webtab.h b/src/webtab.h index 6d5a79b4..39c23fb9 100644 --- a/src/webtab.h +++ b/src/webtab.h @@ -60,7 +60,7 @@ public: WebView *view(); WebPage *page(); - + inline UrlBar *urlBar() const { return m_urlBar; @@ -102,10 +102,10 @@ private Q_SLOTS: void showRSSInfo(const QPoint &pos); void showSearchEngine(const QPoint &pos); void openSearchEngineAdded(); - + void showMessageBar(); void loadFinished(); - + void showSearchEngineBar(); private: |