diff options
author | adjam <adjam@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-05-06 23:59:16 +0000 |
---|---|---|
committer | adjam <adjam@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-05-06 23:59:16 +0000 |
commit | 7f6b3cd35de013ceadc475e754a212f8d6b03edf (patch) | |
tree | 76aad61b277fabdd4dd1cd3c969cc851b3f5f8d4 /src/download.h | |
parent | Fixing forgotten merging issues.. (diff) | |
download | rekonq-7f6b3cd35de013ceadc475e754a212f8d6b03edf.tar.xz |
EBN Krazy fixes. 2nd round..
git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/network/rekonq@964618 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/download.h')
-rw-r--r-- | src/download.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/download.h b/src/download.h index 0ad01e69..0502d500 100644 --- a/src/download.h +++ b/src/download.h @@ -31,7 +31,7 @@ #include <KIO/FileCopyJob> // Qt Includes -#include <QObject> +#include <QtCore/QObject> // Forward Declarations class KJob; |