┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/pixmapviewer.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-04-12 15:23:04 +0000
committerPeter Penz <[email protected]>2007-04-12 15:23:04 +0000
commitc5948d644352046637dffb8ee8eb748069e44d4e (patch)
treeae5f40f4d8919e868c8c517e3137a36448974d96 /src/pixmapviewer.cpp
parent2b951edfdf0fd3460c595ecb8aed180e1da920f7 (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.cpp11
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)
{