summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorFurkan Uzumcu <furkanuzumcu@gmail.com>2011-02-05 19:02:24 +0100
committerAndrea Diamantini <adjam7@gmail.com>2011-02-05 19:02:24 +0100
commita77d9a208119224a9793e676a6263eed49356ac9 (patch)
tree83a590c74be39bf0b0ced4ac1a88cc5d102212ff /src/mainwindow.h
parentfixuifiles (diff)
downloadrekonq-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.h6
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();