diff options
author | Jon Ander Peñalba <jonan88@gmail.com> | 2010-09-02 18:10:46 +0200 |
---|---|---|
committer | Jon Ander Peñalba <jonan88@gmail.com> | 2010-09-03 08:27:20 +0200 |
commit | d0ab264b8aa5f5c7fcb21dd172a1f3f5b777356b (patch) | |
tree | f89adefce79c8bf0d5cde2e1bc015a443ccb39fe /src/protocolhandler.h | |
parent | This commit hacks a merge request, to fast fixing a crash calling the bk toolbar (diff) | |
download | rekonq-d0ab264b8aa5f5c7fcb21dd172a1f3f5b777356b.tar.xz |
Include clean-up in the big src directory
Diffstat (limited to 'src/protocolhandler.h')
-rw-r--r-- | src/protocolhandler.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/protocolhandler.h b/src/protocolhandler.h index a8661f81..4211e4ef 100644 --- a/src/protocolhandler.h +++ b/src/protocolhandler.h @@ -32,17 +32,18 @@ #include "rekonq_defines.h" // KDE Includes -#include <KDirLister> +#include <KUrl> // Qt Includes -#include <QWebFrame> +#include <QtCore/QObject> // Forward Declarations +class KDirLister; +class KFileItemList; +class KJob; + class QNetworkRequest; class QWebFrame; -class QString; -class KUrl; -class KJob; class REKONQ_TESTS_EXPORT ProtocolHandler : public QObject |