summaryrefslogtreecommitdiff
path: root/src/application.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-09-29 12:15:17 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-09-29 12:15:17 +0200
commit40ced90916c742bd813be8bfaf7c17490a75a3e0 (patch)
tree750cbc86b076b1dc24a6d9c80d627f00ad54f892 /src/application.h
parentImplementing a new about: protocol, 1st bunch (diff)
downloadrekonq-40ced90916c742bd813be8bfaf7c17490a75a3e0.tar.xz
Implemented about protocol to load home page(s)
and changed its layout
Diffstat (limited to 'src/application.h')
-rw-r--r--src/application.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/application.h b/src/application.h
index e5616d59..f886982c 100644
--- a/src/application.h
+++ b/src/application.h
@@ -101,6 +101,7 @@ public:
MainWindow *mainWindow();
MainWindowList mainWindowList();
+ void homePage(const KUrl &url = KUrl("about:home"));
static KIcon icon(const KUrl &url);