diff options
| author | Peter Penz <[email protected]> | 2007-04-12 15:23:04 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-04-12 15:23:04 +0000 |
| commit | c5948d644352046637dffb8ee8eb748069e44d4e (patch) | |
| tree | ae5f40f4d8919e868c8c517e3137a36448974d96 /src/pixmapviewer.cpp | |
| parent | 2b951edfdf0fd3460c595ecb8aed180e1da920f7 (diff) | |
some include + coding guideline cleanups
svn path=/trunk/KDE/kdebase/apps/; revision=653049
Diffstat (limited to 'src/pixmapviewer.cpp')
| -rw-r--r-- | src/pixmapviewer.cpp | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/pixmapviewer.cpp b/src/pixmapviewer.cpp index 81f931053..4fe451a8c 100644 --- a/src/pixmapviewer.cpp +++ b/src/pixmapviewer.cpp @@ -20,22 +20,21 @@ #include "pixmapviewer.h" -#include <kglobalsettings.h> #include <kiconloader.h> #include <QtGui/QPainter> -//Added by qt3to4: -#include <QPixmap> -#include <QPaintEvent> +#include <QtGui/QPixmap> +#include <QtGui/QPaintEvent> PixmapViewer::PixmapViewer(QWidget* parent) : - QWidget(parent) + QWidget(parent) { setMinimumWidth(K3Icon::SizeEnormous); setMinimumWidth(K3Icon::SizeEnormous); } PixmapViewer::~PixmapViewer() -{} +{ +} void PixmapViewer::setPixmap(const QPixmap& pixmap) { |
