summaryrefslogtreecommitdiff
path: root/src/rekonqpage/newtabpage.h
diff options
context:
space:
mode:
authormatgic78 <matgic78@gmail.com>2010-02-06 11:19:18 +0100
committermatgic78 <matgic78@gmail.com>2010-02-06 11:22:47 +0100
commit6f3b61c0462b08d3c2a34ac1923470a3690233ee (patch)
tree51fd464c3713fc60a927742742b7d2b2a488cfef /src/rekonqpage/newtabpage.h
parentDo not try to load homepage if url is not valid (diff)
downloadrekonq-6f3b61c0462b08d3c2a34ac1923470a3690233ee.tar.xz
Fix loading previews : when load finished, result wasn't shown
Diffstat (limited to 'src/rekonqpage/newtabpage.h')
-rw-r--r--src/rekonqpage/newtabpage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rekonqpage/newtabpage.h b/src/rekonqpage/newtabpage.h
index 1057c7cc..9d41946e 100644
--- a/src/rekonqpage/newtabpage.h
+++ b/src/rekonqpage/newtabpage.h
@@ -56,7 +56,7 @@ public:
void generate(KUrl url = KUrl("about:home"));
public slots:
- void snapFinished();
+ void snapFinished(int index, KUrl url, QString title);
void removePreview(int index);
protected: // these are the function to build the new tab page