diff --git a/harbour/ChangeLog b/harbour/ChangeLog index a7dc35282b..22d6e99f6c 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-12-19 23:39 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbqt/tests/demoqt.prg + ! Fixed to use :pPtr instead of now dummy QT_PTROF() macro. + 2009-12-19 13:54 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/hbide.prg ! Made functional based on XbpQtUiLoader() class. diff --git a/harbour/contrib/hbqt/tests/demoqt.prg b/harbour/contrib/hbqt/tests/demoqt.prg index 2ce165edd3..c4c08d8d8f 100644 --- a/harbour/contrib/hbqt/tests/demoqt.prg +++ b/harbour/contrib/hbqt/tests/demoqt.prg @@ -650,7 +650,7 @@ STATIC FUNCTION Dialogs( cType ) oDlg := QWebView():new() oUrl := QUrl():new() oUrl:setUrl( "http://www.harbour.vouch.info" ) - QT_QWebView_SetUrl( QT_PTROF( oDlg ), QT_PTROF( oUrl ) ) + QT_QWebView_SetUrl( oDlg:pPtr, oUrl:pPtr ) oDlg:setWindowTitle( "Harbour-QT Web Page Navigator" ) oDlg:exec() #endif @@ -934,4 +934,3 @@ FUNCTION ShowInSystemTray( oWnd ) RETURN nil /*----------------------------------------------------------------------*/ -