From 7ddf29246c41b115b3c417e87ef8b23f4a0b0ccd Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 5 Aug 2009 10:52:41 +0200 Subject: Krazy issues fixes. Part 1 --- src/mainview.cpp | 3 ++- src/mainwindow.cpp | 1 - src/urlbar.cpp | 3 ++- src/webpage.cpp | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) (limited to 'src') 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; } -- cgit v1.2.1