diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 266c60fb1b..dda2e0bb84 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,17 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-07-01 17:31 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbqt/qth/QWebHistoryItem.qth + * contrib/hbqt/qth/QTextCursor.qth + * contrib/hbqt/qth/QTextDocument.qth + * contrib/hbqt/qth/QTextFrame.qth + * contrib/hbqt/hbqt_qtextdocument.cpp + * contrib/hbqt/hbqt_qtextcursor.cpp + * contrib/hbqt/hbqt_qwebhistoryitem.cpp + * contrib/hbqt/hbqt_qtextframe.cpp + + Readded required headers locally. + 2009-07-01 10:53 UTC+0600 April White (april users.sourceforge.net) * examples/hbextern/hbextern.hbp * build flags diff --git a/harbour/contrib/hbqt/hbqt_qtextcursor.cpp b/harbour/contrib/hbqt/hbqt_qtextcursor.cpp index c05bd08bb4..04b46f3b2b 100644 --- a/harbour/contrib/hbqt/hbqt_qtextcursor.cpp +++ b/harbour/contrib/hbqt/hbqt_qtextcursor.cpp @@ -61,6 +61,7 @@ #include +#include /* @@ -570,4 +571,3 @@ HB_FUNC( QT_QTEXTCURSOR_VISUALNAVIGATION ) /*----------------------------------------------------------------------*/ #endif /* #if QT_VERSION >= 0x040500 */ /*----------------------------------------------------------------------*/ - diff --git a/harbour/contrib/hbqt/hbqt_qtextdocument.cpp b/harbour/contrib/hbqt/hbqt_qtextdocument.cpp index 073431e1e4..08f91fb615 100644 --- a/harbour/contrib/hbqt/hbqt_qtextdocument.cpp +++ b/harbour/contrib/hbqt/hbqt_qtextdocument.cpp @@ -70,6 +70,8 @@ #include +#include +#include /* @@ -614,4 +616,3 @@ HB_FUNC( QT_QTEXTDOCUMENT_UNDO_1 ) /*----------------------------------------------------------------------*/ #endif /* #if QT_VERSION >= 0x040500 */ /*----------------------------------------------------------------------*/ - diff --git a/harbour/contrib/hbqt/hbqt_qtextframe.cpp b/harbour/contrib/hbqt/hbqt_qtextframe.cpp index 320e5cc704..1bb5928e35 100644 --- a/harbour/contrib/hbqt/hbqt_qtextframe.cpp +++ b/harbour/contrib/hbqt/hbqt_qtextframe.cpp @@ -70,6 +70,7 @@ #include +#include /* @@ -141,4 +142,3 @@ HB_FUNC( QT_QTEXTFRAME_SETFRAMEFORMAT ) /*----------------------------------------------------------------------*/ #endif /* #if QT_VERSION >= 0x040500 */ /*----------------------------------------------------------------------*/ - diff --git a/harbour/contrib/hbqt/hbqt_qwebhistoryitem.cpp b/harbour/contrib/hbqt/hbqt_qwebhistoryitem.cpp index 34138a07ff..2fd035eb81 100644 --- a/harbour/contrib/hbqt/hbqt_qwebhistoryitem.cpp +++ b/harbour/contrib/hbqt/hbqt_qwebhistoryitem.cpp @@ -59,6 +59,7 @@ #if QT_VERSION >= 0x040500 /*----------------------------------------------------------------------*/ +#include #include @@ -140,4 +141,3 @@ HB_FUNC( QT_QWEBHISTORYITEM_USERDATA ) /*----------------------------------------------------------------------*/ #endif /* #if QT_VERSION >= 0x040500 */ /*----------------------------------------------------------------------*/ - diff --git a/harbour/contrib/hbqt/qth/QTextCursor.qth b/harbour/contrib/hbqt/qth/QTextCursor.qth index 314f88dbb8..d738caa12f 100644 --- a/harbour/contrib/hbqt/qth/QTextCursor.qth +++ b/harbour/contrib/hbqt/qth/QTextCursor.qth @@ -55,13 +55,14 @@ ; -Inherits = +Inherits = Type = Core -New = +New = #include +#include /* @@ -155,7 +156,3 @@ bool visualNavigation () const - - - - diff --git a/harbour/contrib/hbqt/qth/QTextDocument.qth b/harbour/contrib/hbqt/qth/QTextDocument.qth index 88cdc25241..9c7721b8c0 100644 --- a/harbour/contrib/hbqt/qth/QTextDocument.qth +++ b/harbour/contrib/hbqt/qth/QTextDocument.qth @@ -57,11 +57,13 @@ Inherits = QObject Type = Core -New = +New = #include +#include +#include /* @@ -169,7 +171,3 @@ void redoAvailable ( bool available ) void undoAvailable ( bool available ) void undoCommandAdded () - - - - diff --git a/harbour/contrib/hbqt/qth/QTextFrame.qth b/harbour/contrib/hbqt/qth/QTextFrame.qth index 48a15d621b..0b515e7566 100644 --- a/harbour/contrib/hbqt/qth/QTextFrame.qth +++ b/harbour/contrib/hbqt/qth/QTextFrame.qth @@ -62,6 +62,7 @@ New = pDocument #include +#include /* @@ -95,7 +96,3 @@ void setFrameFormat ( const QTextFrameFormat & format ) - - - - diff --git a/harbour/contrib/hbqt/qth/QWebHistoryItem.qth b/harbour/contrib/hbqt/qth/QWebHistoryItem.qth index 1d0ebc277d..481648bc9d 100644 --- a/harbour/contrib/hbqt/qth/QWebHistoryItem.qth +++ b/harbour/contrib/hbqt/qth/QWebHistoryItem.qth @@ -55,12 +55,14 @@ ; -Inherits = +Inherits = Type = Core -New = +New = +#include + #include @@ -93,7 +95,3 @@ QVariant userData () const - - - -