summaryrefslogtreecommitdiff
path: root/src/webwindow/webwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-08-08 14:25:40 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-12-10 02:48:04 +0100
commita118af29f0d10e732baa7fe364be4091ada06765 (patch)
tree88e1249b111cd20169cc817f2ce9e522fda30f2c /src/webwindow/webwindow.h
parentUser agent management restored (diff)
downloadrekonq-a118af29f0d10e732baa7fe364be4091ada06765.tar.xz
Tools actions restored
Diffstat (limited to 'src/webwindow/webwindow.h')
-rw-r--r--src/webwindow/webwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/webwindow/webwindow.h b/src/webwindow/webwindow.h
index ed8a7f2b..ef8a502b 100644
--- a/src/webwindow/webwindow.h
+++ b/src/webwindow/webwindow.h
@@ -108,10 +108,12 @@ private Q_SLOTS:
void fileOpen();
void fileSaveAs();
+ // Tools Menu slots
void viewPageSource();
void viewFullScreen(bool enable);
void populateUserAgentMenu();
+ void setEditable(bool);
Q_SIGNALS:
void titleChanged(QString);