summaryrefslogtreecommitdiffstats
path: root/src/fbbrowser.h
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-05 16:09:54 +0100
committerJonathan Bauer2011-03-05 16:09:54 +0100
commitcf9609c876318f0c27914a723af915a9acfdbcc3 (patch)
treefcf2b5477835528b00c7ba3cacd7cd240ae57e86 /src/fbbrowser.h
parentwebkitTest.html: resetting of progress bar when download finishes. (diff)
downloadfbgui-cf9609c876318f0c27914a723af915a9acfdbcc3.tar.gz
fbgui-cf9609c876318f0c27914a723af915a9acfdbcc3.tar.xz
fbgui-cf9609c876318f0c27914a723af915a9acfdbcc3.zip
Command line options parsing moved to its own class, in preparation for Settings
Diffstat (limited to 'src/fbbrowser.h')
-rw-r--r--src/fbbrowser.h8
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;