diff options
Diffstat (limited to 'embed/mozilla/ContentHandler.h')
-rw-r--r-- | embed/mozilla/ContentHandler.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embed/mozilla/ContentHandler.h b/embed/mozilla/ContentHandler.h index 113e29070..366aae482 100644 --- a/embed/mozilla/ContentHandler.h +++ b/embed/mozilla/ContentHandler.h @@ -22,7 +22,7 @@ #ifndef CONTENT_HANDLER_H #define CONTENT_HANDLER_H -#include <libgnomevfs/gnome-vfs-mime-handlers.h> +#include <gio/gio.h> #include <nsCOMPtr.h> #include <nsIFile.h> @@ -70,7 +70,7 @@ class GContentHandler : public nsIHelperAppLauncherDialog nsCOMPtr<nsIHelperAppLauncher> mLauncher; nsCOMPtr<nsISupports> mContext; - GnomeVFSMimeApplication *mHelperApp; + GAppInfo *mHelperApp; EphyMimePermission mPermission; nsCString mUrl; |