diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-08-05 10:52:41 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-08-05 10:52:41 +0200 |
commit | 7ddf29246c41b115b3c417e87ef8b23f4a0b0ccd (patch) | |
tree | 6dc67bb0282173cd955f45b704a7e04bac7198dd /src | |
parent | Fix Include (diff) | |
download | rekonq-7ddf29246c41b115b3c417e87ef8b23f4a0b0ccd.tar.xz |
Krazy issues fixes. Part 1
Diffstat (limited to 'src')
-rw-r--r-- | src/mainview.cpp | 3 | ||||
-rw-r--r-- | src/mainwindow.cpp | 1 | ||||
-rw-r--r-- | src/urlbar.cpp | 3 | ||||
-rw-r--r-- | src/webpage.cpp | 2 |
4 files changed, 5 insertions, 4 deletions
diff --git a/src/mainview.cpp b/src/mainview.cpp index 990ef321..7566400b 100644 --- a/src/mainview.cpp +++ b/src/mainview.cpp @@ -685,4 +685,5 @@ void MainView::resizeEvent(QResizeEvent *event) { addTabButtonPosition(); KTabWidget::resizeEvent(event); -}
\ No newline at end of file +} + diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 0c44cfa6..dba8c8ec 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -36,7 +36,6 @@ #include "bookmarks.h" #include "webview.h" #include "mainview.h" -#include "bookmarks.h" #include "findbar.h" #include "sidepanel.h" #include "urlbar.h" diff --git a/src/urlbar.cpp b/src/urlbar.cpp index c2c28954..f43f2244 100644 --- a/src/urlbar.cpp +++ b/src/urlbar.cpp @@ -263,4 +263,5 @@ void UrlBar::setBackgroundColor(QColor c) { s_defaultBaseColor=c; repaint(); -}
\ No newline at end of file +} + diff --git a/src/webpage.cpp b/src/webpage.cpp index a2890094..8108d362 100644 --- a/src/webpage.cpp +++ b/src/webpage.cpp @@ -138,7 +138,7 @@ void WebPage::slotHandleUnsupportedContent(QNetworkReply *reply) return; case KParts::BrowserRun::Cancel: return; - default: // non existant case + default: // non extant case break; } |