summaryrefslogtreecommitdiff
path: root/src/webview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-05-28 01:55:25 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-05-28 01:55:25 +0200
commit8c5f265d22bd4590612b426ebb9d984b8e49f24c (patch)
treeaaa821c74a49f4f23806209844a9d22c129e05ef /src/webview.h
parentLot of work to do in mainview. Removed status/tool/geometry change view signals (diff)
downloadrekonq-8c5f265d22bd4590612b426ebb9d984b8e49f24c.tar.xz
working on error messages & openLinkInNewTab slot
Diffstat (limited to 'src/webview.h')
-rw-r--r--src/webview.h5
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;