┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/pixmapviewer.h
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.h
parent2b951edfdf0fd3460c595ecb8aed180e1da920f7 (diff)
some include + coding guideline cleanups
svn path=/trunk/KDE/kdebase/apps/; revision=653049
Diffstat (limited to 'src/pixmapviewer.h')
-rw-r--r--src/pixmapviewer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pixmapviewer.h b/src/pixmapviewer.h
index d49f89ac0..a4c0dd7f5 100644
--- a/src/pixmapviewer.h
+++ b/src/pixmapviewer.h
@@ -23,8 +23,8 @@
#include <QtGui/QWidget>
#include <QtGui/QPixmap>
-//Added by qt3to4:
-#include <QPaintEvent>
+
+class QPaintEvent;
/**
* @brief Widget which shows a pixmap centered inside the boundaries.