diff options
author | Furkan Uzumcu <furkanuzumcu@gmail.com> | 2011-02-05 19:02:24 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-02-05 19:02:24 +0100 |
commit | a77d9a208119224a9793e676a6263eed49356ac9 (patch) | |
tree | 83a590c74be39bf0b0ced4ac1a88cc5d102212ff /src/mainwindow.h | |
parent | fixuifiles (diff) | |
download | rekonq-a77d9a208119224a9793e676a6263eed49356ac9.tar.xz |
Added an option to show current website favicon as rekonq window icon
Reviewed by adjam
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 598d66e3..565843f2 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -109,14 +109,16 @@ public Q_SLOTS: void updateHighlight(); void findSelectedText(); + void changeWindowIcon(int index); + Q_SIGNALS: // switching tabs void ctrlTabPressed(); void shiftCtrlTabPressed(); - + void triggerPartPrint(); void triggerPartFind(); - + protected Q_SLOTS: void saveNewToolbarConfig(); |