summaryrefslogtreecommitdiffstats
path: root/src/DownloadManager.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/DownloadManager.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/DownloadManager.h')
-rw-r--r--src/DownloadManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DownloadManager.h b/src/DownloadManager.h
index b11e6b1..5007b27 100644
--- a/src/DownloadManager.h
+++ b/src/DownloadManager.h
@@ -3,7 +3,7 @@
#include "fbbrowser.h"
#include <QObject>
-#include <QtWebKit>
+#include <QtNetwork>
class DownloadManager : public QObject
{