summaryrefslogtreecommitdiff
path: root/src/application.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-10-02 15:22:00 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-10-02 15:22:00 +0200
commit1dfe3d1058f8fe9a4201eff27ceb79002654e6c6 (patch)
tree0cbef44fbd8b06bc49ea1bfac09dd37e6596d290 /src/application.h
parentno more strange windows opened while loading previews :) (diff)
parentFixing Application::homePage behaviour (diff)
downloadrekonq-1dfe3d1058f8fe9a4201eff27ceb79002654e6c6.tar.xz
Merge branch 'DEVS'
Diffstat (limited to 'src/application.h')
-rw-r--r--src/application.h2
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);