diff options
Diffstat (limited to 'src/icondownloader.h')
-rw-r--r-- | src/icondownloader.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/icondownloader.h b/src/icondownloader.h index d2b1efb3..54fd60fb 100644 --- a/src/icondownloader.h +++ b/src/icondownloader.h @@ -27,13 +27,16 @@ #ifndef ICON_DOWNLOADER_H #define ICON_DOWNLOADER_H -// rekonq includes +// rekonq Includes #include "rekonq_defines.h" +// Qt Includes #include <QObject> +// KDE Includes #include <KUrl> +// Forward Declarations class QNetworkReply; |