diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-12-06 23:36:15 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-12-06 23:36:15 +0100 |
commit | eaa82c1922c7cc133458c65ecbe8eb2ab6adc03d (patch) | |
tree | b8954514b5d8bd0205bc0b8798de2bef2c7e751e /src/mainwindow.h | |
parent | kde wallet integration. (diff) | |
download | rekonq-eaa82c1922c7cc133458c65ecbe8eb2ab6adc03d.tar.xz |
KWebWallet integration
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index f141c5a2..f07a46da 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -73,7 +73,7 @@ public: virtual KActionCollection *actionCollection () const; bool newTabPage(const KUrl &url = KUrl("about:home")); - + private: void setupActions(); void setupTools(); |