less qt3_support

svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=650622
This commit is contained in:
Pino Toscano 2007-04-04 23:26:24 +00:00
parent 3b0846e6f6
commit c3d0436084
2 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,5 @@
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
add_definitions (-DQT3_SUPPORT)
########### next target ###############
set(plasma_LIB_SRCS

View File

@ -90,7 +90,7 @@ class Svg::Private
renderer = new KSvgRenderer( path );
}
p.resize( size );
p = QPixmap( size );
p.fill(Qt::transparent);
QPainter renderPainter( &p );
renderPainter.setWorldMatrix( matrix );