diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 46db74562b..73c049b5ab 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,13 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-12-19 09:23 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) + * contrib/hbxbp/xbp.ch + ! Removed QT_PTROFXBP() macro. + I have retained QT_PTROF() macro because a lot of you + must still be using it in your code. It is sceduled to be + removed after this release. + 2009-12-19 09:14 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/hbide.prg * contrib/hbxbp/xbpqtuiloader.prg diff --git a/harbour/contrib/hbxbp/xbp.ch b/harbour/contrib/hbxbp/xbp.ch index b4088bea27..f3ab8a75a2 100644 --- a/harbour/contrib/hbxbp/xbp.ch +++ b/harbour/contrib/hbxbp/xbp.ch @@ -10,8 +10,6 @@ #xtranslate HBXBP_DEBUG( [] ) => iif( .T.,, ) #endif -#define QT_PTROFXBP( oXbp ) ( oXbp:oWidget:pPtr ) - /*----------------------------------------------------------------------*/ #include "hbqt.ch"