summaryrefslogtreecommitdiff
path: root/src/webpage.cpp
diff options
context:
space:
mode:
authormegabigbug <megabigbug@arrakis.(none)>2009-08-01 23:02:38 +0200
committermegabigbug <megabigbug@arrakis.(none)>2009-08-01 23:02:38 +0200
commitead1bfba857fca72643620ec211436aac5a12a8f (patch)
tree000121d3c35fdd91d576be6a5bea669017e5f4e6 /src/webpage.cpp
parentMerge branch 'FOCUSOUT' (diff)
downloadrekonq-ead1bfba857fca72643620ec211436aac5a12a8f.tar.xz
Dynamic tab bar
Diffstat (limited to 'src/webpage.cpp')
-rw-r--r--src/webpage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webpage.cpp b/src/webpage.cpp
index fc0d585e..337f4a39 100644
--- a/src/webpage.cpp
+++ b/src/webpage.cpp
@@ -117,7 +117,7 @@ bool WebPage::acceptNavigationRequest(QWebFrame *frame, const QNetworkRequest &r
WebPage *WebPage::createWindow(QWebPage::WebWindowType type)
{
kDebug() << "WebPage createWindow slot";
-
+
return newWindow(type);
}