diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-06 11:48:17 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-06 11:48:17 +0200 |
commit | c2e0bd8118fd5c7d3639e27c08eaa6e812f0dc4c (patch) | |
tree | 7cb8d86a836944606518fa83f5181749d30f4f25 /src/previewimage.cpp | |
parent | HTML5 offline storage cache support (diff) | |
download | rekonq-c2e0bd8118fd5c7d3639e27c08eaa6e812f0dc4c.tar.xz |
Cleaning headers and so on...
Diffstat (limited to 'src/previewimage.cpp')
-rw-r--r-- | src/previewimage.cpp | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/src/previewimage.cpp b/src/previewimage.cpp index 9d9009dc..07eca1b0 100644 --- a/src/previewimage.cpp +++ b/src/previewimage.cpp @@ -23,19 +23,24 @@ * * ============================================================ */ + +// Self Includes #include "previewimage.h" #include "previewimage.moc" +// Local Includes #include "application.h" -#include <QFile> -#include <QMovie> -#include <QMouseEvent> - +// KDE Includes #include <KUrl> #include <KStandardDirs> #include <KDebug> +// Qt Includes +#include <QFile> +#include <QMovie> +#include <QMouseEvent> + PreviewImage::PreviewImage(const QUrl &url) : QLabel() |