summaryrefslogtreecommitdiff
path: root/src/homepage.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-11-10 14:47:39 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-11-10 14:47:39 +0100
commitc7fa09a7b96e239ff6e7349c9d90e7409d7bbcb3 (patch)
tree9715e1f86daba6e14ec74625ae10cd85c23b2359 /src/homepage.cpp
parentSafer Application::mainWindow() call. No 0 return.. (diff)
downloadrekonq-c7fa09a7b96e239ff6e7349c9d90e7409d7bbcb3.tar.xz
fixing new mainWindow() behaviour, porting functions calling it
Diffstat (limited to 'src/homepage.cpp')
-rw-r--r--src/homepage.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/homepage.cpp b/src/homepage.cpp
index 27d613ce..5c34bcd7 100644
--- a/src/homepage.cpp
+++ b/src/homepage.cpp
@@ -49,8 +49,7 @@
#include <QFile>
-HomePage::HomePage(QObject *parent)
- : QObject(parent)
+HomePage::HomePage()
{
m_homePagePath = KStandardDirs::locate("data", "rekonq/htmls/home.html");
}