diff options
Diffstat (limited to 'src/fbbrowser.h')
| -rw-r--r-- | src/fbbrowser.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/fbbrowser.h b/src/fbbrowser.h index 7c09cef..926cd6c 100644 --- a/src/fbbrowser.h +++ b/src/fbbrowser.h @@ -1,13 +1,15 @@ #ifndef FBBROWSER_H #define FBBROWSER_H -#include "JSObject.h" -#include "DownloadManager.h" #include <QString> #include <QtGui> -#include <QtNetwork> +#include <QtWebKit> + +#include "JSObject.h" +#include "DownloadManager.h" class QWebView; +class QWebFrame; class JSObject; class DownloadManager; |
