diff options
| author | 2008-03-26 08:33:40 +0000 | |
|---|---|---|
| committer | 2008-03-26 08:33:40 +0000 | |
| commit | 2db2c90530f4979109640eea5020c607d3afc7f6 (patch) | |
| tree | ae825f329f83b7cf83c5a949becd1c2d12ca9c88 /src/modules/objects/class_pixmap.h | |
| parent | ported KviTalHBox and KviTalVBox to Qt4; (diff) | |
| download | KVIrc-2db2c90530f4979109640eea5020c607d3afc7f6.tar.gz KVIrc-2db2c90530f4979109640eea5020c607d3afc7f6.tar.bz2 KVIrc-2db2c90530f4979109640eea5020c607d3afc7f6.zip | |
More QT4 work and removed QT3 unused code in objects module.
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1294 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_pixmap.h')
| -rw-r--r-- | src/modules/objects/class_pixmap.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/modules/objects/class_pixmap.h b/src/modules/objects/class_pixmap.h index ace74d59e..f79c29f86 100644 --- a/src/modules/objects/class_pixmap.h +++ b/src/modules/objects/class_pixmap.h @@ -26,11 +26,7 @@ #include <qpixmap.h> #include <qimage.h> -#ifdef COMPILE_USE_QT4 - #include <QMatrix> -#else - #include <qwmatrix.h> -#endif +#include <QMatrix> #include "kvi_string.h" |
