summaryrefslogtreecommitdiff
path: root/src/application.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-08-07 15:05:40 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-12-10 02:48:04 +0100
commitbba7ddd2e05a548219dda89cdb5182f220f122d7 (patch)
treeef76e45f0f826476d27237ccb232e3891c25ae94 /src/application.h
parentAdd RekonqFactory to locally generate rekonq toolbars and menus by the (diff)
downloadrekonq-bba7ddd2e05a548219dda89cdb5182f220f122d7.tar.xz
Add actions to the web window, STEP 1 (the easiest ones...)
Diffstat (limited to 'src/application.h')
-rw-r--r--src/application.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/application.h b/src/application.h
index 112de168..760854b4 100644
--- a/src/application.h
+++ b/src/application.h
@@ -66,7 +66,6 @@ public:
static Application *instance();
TabWindow *tabWindow();
- TabWindow *newTabWindow();
TabWindowList tabWindowList();
public Q_SLOTS:
@@ -87,6 +86,8 @@ public Q_SLOTS:
const Rekonq::OpenType& type = Rekonq::CurrentTab
);
+ TabWindow *newTabWindow();
+
void removeTabWindow(TabWindow *window);
protected:
@@ -96,6 +97,9 @@ protected:
private Q_SLOTS:
void updateConfiguration();
+ // clear private data
+ void clearPrivateData();
+
void queryQuit();
private: