summaryrefslogtreecommitdiff
path: root/src/webwindow/webwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-09-22 12:36:01 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-12-10 02:48:05 +0100
commitb87d73147b681d548c11785004c21e469c026391 (patch)
tree514903d91f781c2c9c05236d747bc614be171314 /src/webwindow/webwindow.h
parentIntegrated spell checking for rekonq2 (lindsay's work imported) (diff)
downloadrekonq-b87d73147b681d548c11785004c21e469c026391.tar.xz
Re-enable fullscreen capabilities
Diffstat (limited to 'src/webwindow/webwindow.h')
-rw-r--r--src/webwindow/webwindow.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/webwindow/webwindow.h b/src/webwindow/webwindow.h
index 5f0eecad..35de3f10 100644
--- a/src/webwindow/webwindow.h
+++ b/src/webwindow/webwindow.h
@@ -87,6 +87,9 @@ private:
void setupActions();
void setupTools();
+public Q_SLOTS:
+ void setWidgetsHidden(bool hide);
+
private Q_SLOTS:
void webLoadProgress(int);
void webLoadStarted();
@@ -115,7 +118,6 @@ private Q_SLOTS:
// Tools Menu slots
void viewPageSource();
- void viewFullScreen(bool enable);
void populateUserAgentMenu();
void setEditable(bool);
@@ -132,6 +134,8 @@ Q_SIGNALS:
void pageCreated(WebPage *);
+ void setFullScreen(bool);
+
private:
int _progress;