diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-02 15:22:00 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-02 15:22:00 +0200 |
commit | 1dfe3d1058f8fe9a4201eff27ceb79002654e6c6 (patch) | |
tree | 0cbef44fbd8b06bc49ea1bfac09dd37e6596d290 /src/application.h | |
parent | no more strange windows opened while loading previews :) (diff) | |
parent | Fixing Application::homePage behaviour (diff) | |
download | rekonq-1dfe3d1058f8fe9a4201eff27ceb79002654e6c6.tar.xz |
Merge branch 'DEVS'
Diffstat (limited to 'src/application.h')
-rw-r--r-- | src/application.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application.h b/src/application.h index f886982c..7a0e884c 100644 --- a/src/application.h +++ b/src/application.h @@ -101,7 +101,7 @@ public: MainWindow *mainWindow(); MainWindowList mainWindowList(); - void homePage(const KUrl &url = KUrl("about:home")); + bool homePage(const KUrl &url = KUrl("about:home")); static KIcon icon(const KUrl &url); |