summaryrefslogtreecommitdiff
path: root/src/webwindow/webwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-08-06 15:37:28 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-12-10 02:48:04 +0100
commit095efa83a05459336decb6ff565496ebc11fd026 (patch)
tree3f7fc03a4ce646d28be77f2ef87b6fe19ab67b8e /src/webwindow/webwindow.h
parentset window object name right (diff)
downloadrekonq-095efa83a05459336decb6ff565496ebc11fd026.tar.xz
Add RekonqFactory to locally generate rekonq toolbars and menus by the
ui xml file
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 a300f6f4..b618ab42 100644
--- a/src/webwindow/webwindow.h
+++ b/src/webwindow/webwindow.h
@@ -82,7 +82,6 @@ public:
QAction *actionByName(const QString &name);
private:
- void init();
void setupActions();
void setupTools();
@@ -104,6 +103,11 @@ private Q_SLOTS:
*/
void notifyMessage(const QString &msg);
+ // File Menu slots
+ void openLocation();
+ void fileOpen();
+ void fileSaveAs();
+
Q_SIGNALS:
void titleChanged(QString);