From 2b11a757cf04ca06329a0b5d11eb6c3bae77a200 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Fri, 30 Apr 2010 11:59:00 +0200 Subject: New rekonq_defines.h Speed up compilation & linking on Win, Lin & Mac. Step 1 --- src/webpage.cpp | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/webpage.cpp') diff --git a/src/webpage.cpp b/src/webpage.cpp index 37a04abe..41d014f0 100644 --- a/src/webpage.cpp +++ b/src/webpage.cpp @@ -73,10 +73,6 @@ #include #include -// Defines -#define QL1S(x) QLatin1String(x) -#define QL1C(x) QLatin1Char(x) - // Returns true if the scheme and domain of the two urls match... static bool domainSchemeMatch(const QUrl& u1, const QUrl& u2) @@ -509,7 +505,7 @@ void WebPage::downloadRequest(const QNetworkRequest &request) } -void WebPage::downloadAllContentsWithKGet() +void WebPage::downloadAllContentsWithKGet(QPoint) { QSet contents; KUrl baseUrl(currentFrame()->url()); @@ -541,7 +537,7 @@ void WebPage::downloadAllContentsWithKGet() } -void WebPage::showSSLInfo() +void WebPage::showSSLInfo(QPoint) { if (_sslInfo.isValid()) { -- cgit v1.2.1