summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPanagiotis Papadopoulos <pano_90@gmx.net>2009-10-07 16:38:05 +0200
committerPanagiotis Papadopoulos <pano_90@gmx.net>2009-10-07 16:38:05 +0200
commitd22a18604fc7179fb80d788252f019e26539ddeb (patch)
tree2cb37402946896a603ca751c1b9069d7689500e0 /src
parentRe-ordered the entries in the navigation bar a bit (diff)
downloadrekonq-d22a18604fc7179fb80d788252f019e26539ddeb.tar.xz
Removed superfluous headings in the new tab page
This results in more space for important stuff :-)
Diffstat (limited to 'src')
-rw-r--r--src/homepage.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/homepage.cpp b/src/homepage.cpp
index 385df183..e6d75d98 100644
--- a/src/homepage.cpp
+++ b/src/homepage.cpp
@@ -77,22 +77,18 @@ QString HomePage::rekonqHomePage(const KUrl &url)
QString title, speed;
if(url == KUrl("rekonq:lastSites"))
{
- title = "<h2>" + i18n("Last Visited Sites") + "</h2>";
speed = lastVisitedSites();
}
if(url == KUrl("rekonq:history"))
{
- title = "<h2>" + i18n("History") + "</h2>";
speed = fillHistory();
}
if(url == KUrl("rekonq:bookmarks"))
{
- title = "<h2>" + i18n("Bookmarks") + "</h2>";
speed = fillBookmarks();
}
if(url == KUrl("rekonq:home") || url == KUrl("rekonq:favorites"))
{
- title = "<h2>" + i18n("Favorites") + "</h2>";
speed = fillFavorites();
}