summaryrefslogtreecommitdiff
path: root/src/newtabpage.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-05-27 22:58:44 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-05-27 23:34:32 +0200
commit807e20570cbfef6e258313565598905564f1bb86 (patch)
tree695b3c940bce02305224e5781a7c48b5a6fdab94 /src/newtabpage.h
parentRuntime Nepomuk tagging check (diff)
downloadrekonq-807e20570cbfef6e258313565598905564f1bb86.tar.xz
Kitchen sink clean up
- astyle - copyrights - (some) includes
Diffstat (limited to 'src/newtabpage.h')
-rw-r--r--src/newtabpage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/newtabpage.h b/src/newtabpage.h
index 939b498b..5b4e811b 100644
--- a/src/newtabpage.h
+++ b/src/newtabpage.h
@@ -94,7 +94,7 @@ private:
QWebElement createLinkItem(const QString &title, const QString &urlString, const QString &iconPath, int groupOrSize) const;
QWebElement createFormItem(const QString &title, const QString &urlString) const;
-
+
/**
* This function helps to get faster a new markup of one type,
* it isn't easy to create one with QWebElement.
@@ -114,7 +114,7 @@ private:
void initJS();
void saveFavorites();
-
+
private:
QString m_html;
QWebElement m_root;