diff options
author | matgic78 <matgic78@gmail.com> | 2009-12-31 11:07:24 +0100 |
---|---|---|
committer | matgic78 <matgic78@gmail.com> | 2010-02-06 11:22:46 +0100 |
commit | 8b26d07972db5a2953e64f61bf86e2e31959a32f (patch) | |
tree | 78755581a33f551136fffb2d6aa2917f084b4b6c /src/rekonqpage/newtabpage.h | |
parent | little changes (diff) | |
download | rekonq-8b26d07972db5a2953e64f61bf86e2e31959a32f.tar.xz |
fix bug : closed Tabs replaced favorites when loaded
Diffstat (limited to 'src/rekonqpage/newtabpage.h')
-rw-r--r-- | src/rekonqpage/newtabpage.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/rekonqpage/newtabpage.h b/src/rekonqpage/newtabpage.h index 973028b3..cdc3cb31 100644 --- a/src/rekonqpage/newtabpage.h +++ b/src/rekonqpage/newtabpage.h @@ -53,7 +53,7 @@ public: * about: url and loads the corresponding part of the * new tab page */ - void generate(const KUrl &url = KUrl("about:home")); + void generate(KUrl url = KUrl("about:home")); protected slots: void snapFinished(); @@ -97,6 +97,8 @@ private: QString m_html; QWebElement m_root; + + KUrl m_url; }; #endif // REKONQ_NEW_TAB_PAGE |