aboutsummaryrefslogtreecommitdiffstats
path: root/embed/downloader-view.h
diff options
context:
space:
mode:
Diffstat (limited to 'embed/downloader-view.h')
-rw-r--r--embed/downloader-view.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/embed/downloader-view.h b/embed/downloader-view.h
index 52f5023df..82cb101f0 100644
--- a/embed/downloader-view.h
+++ b/embed/downloader-view.h
@@ -21,8 +21,8 @@
#define DOWNLOADER_VIEW_H
#include "ephy-dialog.h"
-#include "ephy-download.h"
+#include <webkit/webkit.h>
#include <glib-object.h>
#include <glib.h>
@@ -57,10 +57,10 @@ GType downloader_view_get_type (void);
DownloaderView *downloader_view_new (void);
void downloader_view_add_download (DownloaderView *dv,
- EphyDownload *download);
+ WebKitDownload *download);
void downloader_view_remove_download (DownloaderView *dv,
- EphyDownload *download);
+ WebKitDownload *download);
G_END_DECLS