--- /dev/null
+diff -Naur --exclude=CVS QScintilla-2.6.1_SRC_orig/Qt4/ListBoxQt.cpp QScintilla-2.6.1_SRC/Qt4/ListBoxQt.cpp
+--- QScintilla-2.6.1_SRC_orig/Qt4/ListBoxQt.cpp 2012-02-10 13:59:50.000000000 +0400
++++ QScintilla-2.6.1_SRC/Qt4/ListBoxQt.cpp 2012-04-04 17:44:23.000000000 +0400
+@@ -245,9 +245,7 @@
+ void QsciListBoxQt::RegisterRGBAImage(int type, int, int,
+ const unsigned char *pixelsImage)
+ {
+- QPixmap pm;
+-
+- pm.convertFromImage(*reinterpret_cast<const QImage *>(pixelsImage));
++ QPixmap pm = QPixmap::fromImage(*reinterpret_cast<const QImage *>(pixelsImage));
+ xset.insert(type, pm);
+ }
+
check_jb tar xfz ${SOURCE_DIR}/${PRODUCT}.tar.gz -C ${INST_ROOT}
+# apply patch (if there's any)
+( test -f patches/${PRODUCT}.patch && cp patches/${PRODUCT}.patch ${PRODUCT_SRC_DIR} && cd ${PRODUCT_SRC_DIR} && patch -p1 < ${PRODUCT}.patch )
+
# to generate environment scripts
try_preinstalled
}