summaryrefslogtreecommitdiff
path: root/src/webpage.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-04-30 11:59:00 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-04-30 11:59:00 +0200
commit2b11a757cf04ca06329a0b5d11eb6c3bae77a200 (patch)
treeff5312f6248a4261fb39dd331b7f034385015d7c /src/webpage.h
parentA coding style round (diff)
downloadrekonq-2b11a757cf04ca06329a0b5d11eb6c3bae77a200.tar.xz
New rekonq_defines.h
Speed up compilation & linking on Win, Lin & Mac. Step 1
Diffstat (limited to 'src/webpage.h')
-rw-r--r--src/webpage.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/webpage.h b/src/webpage.h
index 3c9b51fe..41c14295 100644
--- a/src/webpage.h
+++ b/src/webpage.h
@@ -33,8 +33,10 @@
#define WEBPAGE_H
+// Rekonq Includes
+#include "rekonq_defines.h"
+
// Local Includes
-#include "rekonqprivate_export.h"
#include "protocolhandler.h"
#include "newtabpage.h"
#include "websslinfo.h"
@@ -60,7 +62,7 @@ public:
public slots:
virtual void downloadRequest(const QNetworkRequest &request);
- void downloadAllContentsWithKGet();
+ void downloadAllContentsWithKGet(QPoint);
protected:
WebPage *createWindow(WebWindowType type);
@@ -73,7 +75,7 @@ private slots:
void handleUnsupportedContent(QNetworkReply *reply);
void manageNetworkErrors(QNetworkReply *reply);
void loadFinished(bool);
- void showSSLInfo();
+ void showSSLInfo(QPoint);
void updateImage(bool ok);
private: