diff options
Diffstat (limited to 'embed/mozilla/EphyFind.h')
-rw-r--r-- | embed/mozilla/EphyFind.h | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/embed/mozilla/EphyFind.h b/embed/mozilla/EphyFind.h index d2a636df8..b7084d8ff 100644 --- a/embed/mozilla/EphyFind.h +++ b/embed/mozilla/EphyFind.h @@ -21,16 +21,17 @@ #ifndef TYPEAHEADFIND_H #define TYPEAHEADFIND_H -#include "ephy-embed.h" -#include "ephy-embed-find.h" - -#include <nsCOMPtr.h> #include <gdk/gdktypes.h> class nsITypeAheadFind; class nsIWebBrowser; class nsIWebBrowserFind; +#include <nsCOMPtr.h> + +#include "ephy-embed.h" +#include "ephy-embed-find.h" + class EphyFind { public: @@ -51,12 +52,8 @@ class EphyFind nsCOMPtr<nsIWebBrowser> mWebBrowser; -#ifdef HAVE_TYPEAHEADFIND nsCOMPtr<nsITypeAheadFind> mFinder; PRBool mAttention; -#else - nsCOMPtr<nsIWebBrowserFind> mFinder; -#endif }; #endif /* !TYPEAHEADFIND_H */ |