diff --git a/harbour/ChangeLog b/harbour/ChangeLog index c176629bb6..c39385a5ab 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2012-09-20 03:34 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) + * contrib/hbqt/qtgui/qth/QImage.qth + ! Fixed: missing inheritance from QPaintDevice. + 2012-09-20 11:15 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * harbour/contrib/xhb/txml.prg ! xHarbour compatibility patch from Jose F. Gimenez - thanks diff --git a/harbour/contrib/hbqt/qtgui/qth/QImage.qth b/harbour/contrib/hbqt/qtgui/qth/QImage.qth index d25f4c6dc2..a89d020dc8 100644 --- a/harbour/contrib/hbqt/qtgui/qth/QImage.qth +++ b/harbour/contrib/hbqt/qtgui/qth/QImage.qth @@ -13,7 +13,7 @@ QObject = no -Inherit = +Inherit = QPaintDevice Type = PlainObject New =