summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/rekonq.desktop2
-rw-r--r--src/mainview.cpp3
-rw-r--r--src/mainwindow.cpp1
-rw-r--r--src/urlbar.cpp3
-rw-r--r--src/webpage.cpp2
5 files changed, 6 insertions, 5 deletions
diff --git a/data/rekonq.desktop b/data/rekonq.desktop
index b583dede..fc862690 100644
--- a/data/rekonq.desktop
+++ b/data/rekonq.desktop
@@ -18,7 +18,7 @@ Type=Application
Exec=rekonq %u
X-DocPath=rekonq/index.html
Categories=Qt;KDE;Network;
-Terminal=False
+Terminal=false
MimeType=text/html;application/xhtml+xml;application/xml;
X-DBUS-StartupType=Unique
X-DBUS-ServiceName=net.sourceforge.rekonq
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;
}