diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-05-28 01:55:25 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-05-28 01:55:25 +0200 |
commit | 8c5f265d22bd4590612b426ebb9d984b8e49f24c (patch) | |
tree | aaa821c74a49f4f23806209844a9d22c129e05ef /src/webview.h | |
parent | Lot of work to do in mainview. Removed status/tool/geometry change view signals (diff) | |
download | rekonq-8c5f265d22bd4590612b426ebb9d984b8e49f24c.tar.xz |
working on error messages & openLinkInNewTab slot
Diffstat (limited to 'src/webview.h')
-rw-r--r-- | src/webview.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/webview.h b/src/webview.h index ae420de4..2ac018d7 100644 --- a/src/webview.h +++ b/src/webview.h @@ -68,8 +68,6 @@ signals: void shiftCtrlTabPressed(); protected: -// void mousePressEvent(QMouseEvent *event); -// void mouseReleaseEvent(QMouseEvent *event); void contextMenuEvent(QContextMenuEvent *event); /** @@ -86,8 +84,7 @@ private slots: void loadFinished(); void setStatusBarText(const QString &string); -// void downloadRequested(const QNetworkRequest &request); -// void open LinkInNewTab(); + void openLinkInNewTab(const KUrl &); private: WebPage *m_page; |