diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-11-10 14:47:39 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-11-10 14:47:39 +0100 |
commit | c7fa09a7b96e239ff6e7349c9d90e7409d7bbcb3 (patch) | |
tree | 9715e1f86daba6e14ec74625ae10cd85c23b2359 /src/homepage.cpp | |
parent | Safer Application::mainWindow() call. No 0 return.. (diff) | |
download | rekonq-c7fa09a7b96e239ff6e7349c9d90e7409d7bbcb3.tar.xz |
fixing new mainWindow() behaviour, porting functions calling it
Diffstat (limited to 'src/homepage.cpp')
-rw-r--r-- | src/homepage.cpp | 3 |
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"); } |