From fc7a75bb35a60060a1b8c103cbe352b5c5ef6635 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Thu, 12 Nov 2009 03:16:15 +0100 Subject: Connecting new KWebView signals to some proper slots --- src/webview.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/webview.h') diff --git a/src/webview.h b/src/webview.h index a753736c..e4a0cc59 100644 --- a/src/webview.h +++ b/src/webview.h @@ -71,6 +71,8 @@ private slots: void openLinkInNewWindow(); void openLinkInNewTab(); + void loadInNewTab(const KUrl &url); + private: WebPage *m_page; int m_progress; -- cgit v1.2.1