diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 01cb58bc7f..d0045a0f6d 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,48 @@ The license applies to all entries newer than 2009-04-28. */ +2010-08-02 11:49 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbqt/qtcore/hbqtcore.hbm + * contrib/hbqt/qtgui/hbqtgui.hbm + - contrib/hbqt/qtcore/hbqt_utils.cpp + + contrib/hbqt/qtgui/hbqt_utils.cpp + ! Moved QtGui related file to qtgui lib. + % Do not include hbqt.h, it's already included by hbqtcore.h. + % Protect hbqt.h also with header guard in generated headers. + + * contrib/hbqt/utils/hbqtgen.prg + + Merged component header with component GC (_garbage) header. + + - contrib/hbqt/qtcore/g/hbqtcore_garbage.h + - contrib/hbqt/qtdesigner/g/hbqtdesigner_garbage.h + - contrib/hbqt/qtgui/g/hbqtgui_garbage.h + - contrib/hbqt/qtnetwork/g/hbqtnetwork_garbage.h + - contrib/hbqt/qtwebkit/g/hbqtwebkit_garbage.h + - Deleted separate GC headers. + + * contrib/hbqt/qtcore/g/* + * contrib/hbqt/qtdesigner/g/* + * contrib/hbqt/qtgui/g/* + * contrib/hbqt/qtnetwork/g/* + * contrib/hbqt/qtwebkit/g/* + * Regenerated. + + * hbqt/qtgui/qth/HBQMainWindow.qth + * hbqt/qtgui/qth/QApplication.qth + * hbqt/qtcore/hbqt_hbevents.h + * hbqt/qtcore/hbqt_hbslots.h + * contrib/hbqt/qtgui/hbqt_hbqabstractitemmodel.cpp + * contrib/hbqt/qtgui/hbqt_hbqabstractitemmodel.h + * contrib/hbqt/qtgui/hbqt_hbqmainwindow.cpp + * contrib/hbqt/qtgui/hbqt_hbqmainwindow.h + * contrib/hbqt/qtgui/hbqt_hbqplaintextedit.cpp + * contrib/hbqt/qtgui/hbqt_hbqplaintextedit.h + * contrib/hbqt/qtgui/hbqt_hbqsyntaxhighlighter.cpp + * contrib/hbqt/qtgui/hbqt_hbqsyntaxhighlighter.h + * contrib/hbqt/qtgui/hbqt_hbqtableview.cpp + * contrib/hbqt/qtgui/hbqt_hbqtableview.h + % Cleaned header inclusion. + 2010-08-02 10:22 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/hbqt.h - Deleted component specific hbqt_par_*() defines. diff --git a/harbour/contrib/hbqt/qtcore/g/HBEvents.cpp b/harbour/contrib/hbqt/qtcore/g/HBEvents.cpp index 2bb083b421..e51bf74b17 100644 --- a/harbour/contrib/hbqt/qtcore/g/HBEvents.cpp +++ b/harbour/contrib/hbqt/qtcore/g/HBEvents.cpp @@ -59,8 +59,6 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtcore/g/HBSlots.cpp b/harbour/contrib/hbqt/qtcore/g/HBSlots.cpp index f9d3f8be82..450899d329 100644 --- a/harbour/contrib/hbqt/qtcore/g/HBSlots.cpp +++ b/harbour/contrib/hbqt/qtcore/g/HBSlots.cpp @@ -59,8 +59,6 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtcore/g/QAbstractItemModel.cpp b/harbour/contrib/hbqt/qtcore/g/QAbstractItemModel.cpp index 3d79efcd2c..87cb9f8b52 100644 --- a/harbour/contrib/hbqt/qtcore/g/QAbstractItemModel.cpp +++ b/harbour/contrib/hbqt/qtcore/g/QAbstractItemModel.cpp @@ -59,8 +59,6 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtcore/g/QAbstractListModel.cpp b/harbour/contrib/hbqt/qtcore/g/QAbstractListModel.cpp index bf7f6746c5..32e11b1252 100644 --- a/harbour/contrib/hbqt/qtcore/g/QAbstractListModel.cpp +++ b/harbour/contrib/hbqt/qtcore/g/QAbstractListModel.cpp @@ -59,8 +59,6 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtcore/g/QAbstractTableModel.cpp b/harbour/contrib/hbqt/qtcore/g/QAbstractTableModel.cpp index 4982d4909b..66baeac487 100644 --- a/harbour/contrib/hbqt/qtcore/g/QAbstractTableModel.cpp +++ b/harbour/contrib/hbqt/qtcore/g/QAbstractTableModel.cpp @@ -59,8 +59,6 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtcore/g/QBitArray.cpp b/harbour/contrib/hbqt/qtcore/g/QBitArray.cpp index 46c76a3ee5..04503115be 100644 --- a/harbour/contrib/hbqt/qtcore/g/QBitArray.cpp +++ b/harbour/contrib/hbqt/qtcore/g/QBitArray.cpp @@ -59,8 +59,6 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtcore/g/QBuffer.cpp b/harbour/contrib/hbqt/qtcore/g/QBuffer.cpp index e26bf1d2f2..f9c2a23ff1 100644 --- a/harbour/contrib/hbqt/qtcore/g/QBuffer.cpp +++ b/harbour/contrib/hbqt/qtcore/g/QBuffer.cpp @@ -59,8 +59,6 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtcore/g/QByteArray.cpp b/harbour/contrib/hbqt/qtcore/g/QByteArray.cpp index 8770b378d3..b8f8436d8a 100644 --- a/harbour/contrib/hbqt/qtcore/g/QByteArray.cpp +++ b/harbour/contrib/hbqt/qtcore/g/QByteArray.cpp @@ -59,8 +59,6 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtcore/g/QChar.cpp b/harbour/contrib/hbqt/qtcore/g/QChar.cpp index 3d1b629a23..d5e8e4832d 100644 --- a/harbour/contrib/hbqt/qtcore/g/QChar.cpp +++ b/harbour/contrib/hbqt/qtcore/g/QChar.cpp @@ -59,8 +59,6 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtcore/g/QCoreApplication.cpp b/harbour/contrib/hbqt/qtcore/g/QCoreApplication.cpp index 22feec37e9..17f0a9e420 100644 --- a/harbour/contrib/hbqt/qtcore/g/QCoreApplication.cpp +++ b/harbour/contrib/hbqt/qtcore/g/QCoreApplication.cpp @@ -59,8 +59,6 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtcore/g/QDataStream.cpp b/harbour/contrib/hbqt/qtcore/g/QDataStream.cpp index c780ac5718..4002f74bf6 100644 --- a/harbour/contrib/hbqt/qtcore/g/QDataStream.cpp +++ b/harbour/contrib/hbqt/qtcore/g/QDataStream.cpp @@ -59,8 +59,6 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtcore/g/QDate.cpp b/harbour/contrib/hbqt/qtcore/g/QDate.cpp index 6f5b85f2ce..71aff1477e 100644 --- a/harbour/contrib/hbqt/qtcore/g/QDate.cpp +++ b/harbour/contrib/hbqt/qtcore/g/QDate.cpp @@ -59,8 +59,6 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtcore/g/QDateTime.cpp b/harbour/contrib/hbqt/qtcore/g/QDateTime.cpp index 2e1fca0d63..a605e89532 100644 --- a/harbour/contrib/hbqt/qtcore/g/QDateTime.cpp +++ b/harbour/contrib/hbqt/qtcore/g/QDateTime.cpp @@ -59,8 +59,6 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtcore/g/QDir.cpp b/harbour/contrib/hbqt/qtcore/g/QDir.cpp index 173a71907f..554c7cc141 100644 --- a/harbour/contrib/hbqt/qtcore/g/QDir.cpp +++ b/harbour/contrib/hbqt/qtcore/g/QDir.cpp @@ -59,8 +59,6 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtcore/g/QEvent.cpp b/harbour/contrib/hbqt/qtcore/g/QEvent.cpp index e5dba3888d..505f07e24e 100644 --- a/harbour/contrib/hbqt/qtcore/g/QEvent.cpp +++ b/harbour/contrib/hbqt/qtcore/g/QEvent.cpp @@ -59,8 +59,6 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtcore/g/QEventLoop.cpp b/harbour/contrib/hbqt/qtcore/g/QEventLoop.cpp index 6914b5dc1f..5914133e13 100644 --- a/harbour/contrib/hbqt/qtcore/g/QEventLoop.cpp +++ b/harbour/contrib/hbqt/qtcore/g/QEventLoop.cpp @@ -59,8 +59,6 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtcore/g/QFile.cpp b/harbour/contrib/hbqt/qtcore/g/QFile.cpp index b5d0adc1dd..aa1fc3d079 100644 --- a/harbour/contrib/hbqt/qtcore/g/QFile.cpp +++ b/harbour/contrib/hbqt/qtcore/g/QFile.cpp @@ -59,8 +59,6 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtcore/g/QFileInfo.cpp b/harbour/contrib/hbqt/qtcore/g/QFileInfo.cpp index 771bda79f5..46c2751242 100644 --- a/harbour/contrib/hbqt/qtcore/g/QFileInfo.cpp +++ b/harbour/contrib/hbqt/qtcore/g/QFileInfo.cpp @@ -59,8 +59,6 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtcore/g/QIODevice.cpp b/harbour/contrib/hbqt/qtcore/g/QIODevice.cpp index 8849171b1b..1fa781effa 100644 --- a/harbour/contrib/hbqt/qtcore/g/QIODevice.cpp +++ b/harbour/contrib/hbqt/qtcore/g/QIODevice.cpp @@ -59,8 +59,6 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtcore/g/QLatin1Char.cpp b/harbour/contrib/hbqt/qtcore/g/QLatin1Char.cpp index 830f8a11ca..41bd36eae1 100644 --- a/harbour/contrib/hbqt/qtcore/g/QLatin1Char.cpp +++ b/harbour/contrib/hbqt/qtcore/g/QLatin1Char.cpp @@ -59,8 +59,6 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtcore/g/QLatin1String.cpp b/harbour/contrib/hbqt/qtcore/g/QLatin1String.cpp index 78ed427309..d24cf24e9f 100644 --- a/harbour/contrib/hbqt/qtcore/g/QLatin1String.cpp +++ b/harbour/contrib/hbqt/qtcore/g/QLatin1String.cpp @@ -59,8 +59,6 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtcore/g/QLine.cpp b/harbour/contrib/hbqt/qtcore/g/QLine.cpp index 4281dc1c5c..5ab5d02913 100644 --- a/harbour/contrib/hbqt/qtcore/g/QLine.cpp +++ b/harbour/contrib/hbqt/qtcore/g/QLine.cpp @@ -59,8 +59,6 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtcore/g/QLineF.cpp b/harbour/contrib/hbqt/qtcore/g/QLineF.cpp index 7e6adaf01a..cdec22e488 100644 --- a/harbour/contrib/hbqt/qtcore/g/QLineF.cpp +++ b/harbour/contrib/hbqt/qtcore/g/QLineF.cpp @@ -59,8 +59,6 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtcore/g/QList.cpp b/harbour/contrib/hbqt/qtcore/g/QList.cpp index 835cda5d06..0747f1ed19 100644 --- a/harbour/contrib/hbqt/qtcore/g/QList.cpp +++ b/harbour/contrib/hbqt/qtcore/g/QList.cpp @@ -59,8 +59,6 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtcore/g/QLocale.cpp b/harbour/contrib/hbqt/qtcore/g/QLocale.cpp index 98b7ce19b2..46a0c39c4a 100644 --- a/harbour/contrib/hbqt/qtcore/g/QLocale.cpp +++ b/harbour/contrib/hbqt/qtcore/g/QLocale.cpp @@ -59,8 +59,6 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtcore/g/QMimeData.cpp b/harbour/contrib/hbqt/qtcore/g/QMimeData.cpp index b5e76c8813..c4c2623d32 100644 --- a/harbour/contrib/hbqt/qtcore/g/QMimeData.cpp +++ b/harbour/contrib/hbqt/qtcore/g/QMimeData.cpp @@ -59,8 +59,6 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtcore/g/QModelIndex.cpp b/harbour/contrib/hbqt/qtcore/g/QModelIndex.cpp index 3e42d58bb5..f9269bce8b 100644 --- a/harbour/contrib/hbqt/qtcore/g/QModelIndex.cpp +++ b/harbour/contrib/hbqt/qtcore/g/QModelIndex.cpp @@ -59,8 +59,6 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtcore/g/QObject.cpp b/harbour/contrib/hbqt/qtcore/g/QObject.cpp index 540127f73f..912a806ee1 100644 --- a/harbour/contrib/hbqt/qtcore/g/QObject.cpp +++ b/harbour/contrib/hbqt/qtcore/g/QObject.cpp @@ -59,8 +59,6 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtcore/g/QPoint.cpp b/harbour/contrib/hbqt/qtcore/g/QPoint.cpp index 09ae07310f..da55a584f5 100644 --- a/harbour/contrib/hbqt/qtcore/g/QPoint.cpp +++ b/harbour/contrib/hbqt/qtcore/g/QPoint.cpp @@ -59,8 +59,6 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtcore/g/QPointF.cpp b/harbour/contrib/hbqt/qtcore/g/QPointF.cpp index 02abc97379..d45dc0c5b6 100644 --- a/harbour/contrib/hbqt/qtcore/g/QPointF.cpp +++ b/harbour/contrib/hbqt/qtcore/g/QPointF.cpp @@ -59,8 +59,6 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtcore/g/QProcess.cpp b/harbour/contrib/hbqt/qtcore/g/QProcess.cpp index f0622db019..d8c06dcce8 100644 --- a/harbour/contrib/hbqt/qtcore/g/QProcess.cpp +++ b/harbour/contrib/hbqt/qtcore/g/QProcess.cpp @@ -59,8 +59,6 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtcore/g/QRect.cpp b/harbour/contrib/hbqt/qtcore/g/QRect.cpp index 875fb1824f..66e30b7330 100644 --- a/harbour/contrib/hbqt/qtcore/g/QRect.cpp +++ b/harbour/contrib/hbqt/qtcore/g/QRect.cpp @@ -59,8 +59,6 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtcore/g/QRectF.cpp b/harbour/contrib/hbqt/qtcore/g/QRectF.cpp index 2f6bffeecf..c1e3d2296b 100644 --- a/harbour/contrib/hbqt/qtcore/g/QRectF.cpp +++ b/harbour/contrib/hbqt/qtcore/g/QRectF.cpp @@ -59,8 +59,6 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtcore/g/QRegExp.cpp b/harbour/contrib/hbqt/qtcore/g/QRegExp.cpp index 7f28c23e59..bcf99e4f48 100644 --- a/harbour/contrib/hbqt/qtcore/g/QRegExp.cpp +++ b/harbour/contrib/hbqt/qtcore/g/QRegExp.cpp @@ -59,8 +59,6 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtcore/g/QResource.cpp b/harbour/contrib/hbqt/qtcore/g/QResource.cpp index 5fbc51c384..effb7c38b2 100644 --- a/harbour/contrib/hbqt/qtcore/g/QResource.cpp +++ b/harbour/contrib/hbqt/qtcore/g/QResource.cpp @@ -59,8 +59,6 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtcore/g/QSettings.cpp b/harbour/contrib/hbqt/qtcore/g/QSettings.cpp index 3742ab78cb..5f06a61f61 100644 --- a/harbour/contrib/hbqt/qtcore/g/QSettings.cpp +++ b/harbour/contrib/hbqt/qtcore/g/QSettings.cpp @@ -59,8 +59,6 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtcore/g/QSignalMapper.cpp b/harbour/contrib/hbqt/qtcore/g/QSignalMapper.cpp index 38bb0b8991..9782fdf727 100644 --- a/harbour/contrib/hbqt/qtcore/g/QSignalMapper.cpp +++ b/harbour/contrib/hbqt/qtcore/g/QSignalMapper.cpp @@ -59,8 +59,6 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtcore/g/QSize.cpp b/harbour/contrib/hbqt/qtcore/g/QSize.cpp index 7ba61ab4d3..44f08a215c 100644 --- a/harbour/contrib/hbqt/qtcore/g/QSize.cpp +++ b/harbour/contrib/hbqt/qtcore/g/QSize.cpp @@ -59,8 +59,6 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtcore/g/QSizeF.cpp b/harbour/contrib/hbqt/qtcore/g/QSizeF.cpp index f64dc95d9f..c03d9a943f 100644 --- a/harbour/contrib/hbqt/qtcore/g/QSizeF.cpp +++ b/harbour/contrib/hbqt/qtcore/g/QSizeF.cpp @@ -59,8 +59,6 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtcore/g/QStringList.cpp b/harbour/contrib/hbqt/qtcore/g/QStringList.cpp index df30119579..bc50739657 100644 --- a/harbour/contrib/hbqt/qtcore/g/QStringList.cpp +++ b/harbour/contrib/hbqt/qtcore/g/QStringList.cpp @@ -59,8 +59,6 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtcore/g/QTextBoundaryFinder.cpp b/harbour/contrib/hbqt/qtcore/g/QTextBoundaryFinder.cpp index f8e3634157..c1ee70c7c4 100644 --- a/harbour/contrib/hbqt/qtcore/g/QTextBoundaryFinder.cpp +++ b/harbour/contrib/hbqt/qtcore/g/QTextBoundaryFinder.cpp @@ -59,8 +59,6 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtcore/g/QTextCodec.cpp b/harbour/contrib/hbqt/qtcore/g/QTextCodec.cpp index 2f65f806ea..3c1f30b1e3 100644 --- a/harbour/contrib/hbqt/qtcore/g/QTextCodec.cpp +++ b/harbour/contrib/hbqt/qtcore/g/QTextCodec.cpp @@ -59,8 +59,6 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtcore/g/QTextDecoder.cpp b/harbour/contrib/hbqt/qtcore/g/QTextDecoder.cpp index eaf3049527..9147dc91f6 100644 --- a/harbour/contrib/hbqt/qtcore/g/QTextDecoder.cpp +++ b/harbour/contrib/hbqt/qtcore/g/QTextDecoder.cpp @@ -59,8 +59,6 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtcore/g/QTextEncoder.cpp b/harbour/contrib/hbqt/qtcore/g/QTextEncoder.cpp index 373e4114f0..f4ee4682d1 100644 --- a/harbour/contrib/hbqt/qtcore/g/QTextEncoder.cpp +++ b/harbour/contrib/hbqt/qtcore/g/QTextEncoder.cpp @@ -59,8 +59,6 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtcore/g/QTextStream.cpp b/harbour/contrib/hbqt/qtcore/g/QTextStream.cpp index cead4a29b8..48e9c1fafa 100644 --- a/harbour/contrib/hbqt/qtcore/g/QTextStream.cpp +++ b/harbour/contrib/hbqt/qtcore/g/QTextStream.cpp @@ -59,8 +59,6 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtcore/g/QThread.cpp b/harbour/contrib/hbqt/qtcore/g/QThread.cpp index 7f8d7c89c0..90f264a0e5 100644 --- a/harbour/contrib/hbqt/qtcore/g/QThread.cpp +++ b/harbour/contrib/hbqt/qtcore/g/QThread.cpp @@ -59,8 +59,6 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtcore/g/QTime.cpp b/harbour/contrib/hbqt/qtcore/g/QTime.cpp index e915d24601..66ac528bd6 100644 --- a/harbour/contrib/hbqt/qtcore/g/QTime.cpp +++ b/harbour/contrib/hbqt/qtcore/g/QTime.cpp @@ -59,8 +59,6 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtcore/g/QTimer.cpp b/harbour/contrib/hbqt/qtcore/g/QTimer.cpp index 94b5d64670..97d17e8e45 100644 --- a/harbour/contrib/hbqt/qtcore/g/QTimer.cpp +++ b/harbour/contrib/hbqt/qtcore/g/QTimer.cpp @@ -59,8 +59,6 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtcore/g/QTranslator.cpp b/harbour/contrib/hbqt/qtcore/g/QTranslator.cpp index a0e6085ff7..b1584909bb 100644 --- a/harbour/contrib/hbqt/qtcore/g/QTranslator.cpp +++ b/harbour/contrib/hbqt/qtcore/g/QTranslator.cpp @@ -59,8 +59,6 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtcore/g/QUrl.cpp b/harbour/contrib/hbqt/qtcore/g/QUrl.cpp index 9528ded1f4..f8109152c5 100644 --- a/harbour/contrib/hbqt/qtcore/g/QUrl.cpp +++ b/harbour/contrib/hbqt/qtcore/g/QUrl.cpp @@ -59,8 +59,6 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtcore/g/QVariant.cpp b/harbour/contrib/hbqt/qtcore/g/QVariant.cpp index dcc77dc93e..81bea7ff29 100644 --- a/harbour/contrib/hbqt/qtcore/g/QVariant.cpp +++ b/harbour/contrib/hbqt/qtcore/g/QVariant.cpp @@ -59,8 +59,6 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtcore/g/hbqtcore.h b/harbour/contrib/hbqt/qtcore/g/hbqtcore.h index 556145768b..1f819613c2 100644 --- a/harbour/contrib/hbqt/qtcore/g/hbqtcore.h +++ b/harbour/contrib/hbqt/qtcore/g/hbqtcore.h @@ -8,11 +8,115 @@ /* or the generator tool itself, and run regenarate. */ /* -------------------------------------------------------------------- */ -#include "hbqt.h" - #ifndef __HBQTCORE_H #define __HBQTCORE_H +#include "hbqt.h" + +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_HBEvents ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_HBSlots ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QAbstractItemModel ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QAbstractListModel ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QAbstractTableModel ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QBitArray ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QBuffer ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QByteArray ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QChar ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QCoreApplication ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QDataStream ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QDate ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QDateTime ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QDir ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QEvent ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QEventLoop ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QFile ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QFileInfo ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QIODevice ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QLatin1Char ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QLatin1String ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QLine ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QLineF ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QList ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QLocale ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QMimeData ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QModelIndex ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QObject ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QPoint ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QPointF ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QProcess ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QRect ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QRectF ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QRegExp ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QResource ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QSettings ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QSignalMapper ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QSize ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QSizeF ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStringList ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextBoundaryFinder ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextCodec ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextDecoder ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextEncoder ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextStream ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QThread ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTime ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTimer ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTranslator ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QUrl ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QVariant ); + +extern HB_EXPORT void * hbqt_gcAllocate_HBEvents( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_HBSlots( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QAbstractItemModel( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QAbstractListModel( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QAbstractTableModel( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QBitArray( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QBuffer( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QByteArray( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QChar( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QCoreApplication( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QDataStream( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QDate( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QDateTime( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QDir( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QEvent( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QEventLoop( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QFile( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QFileInfo( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QIODevice( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QLatin1Char( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QLatin1String( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QLine( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QLineF( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QList( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QLocale( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QMimeData( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QModelIndex( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QObject( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QPoint( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QPointF( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QProcess( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QRect( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QRectF( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QRegExp( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QResource( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QSettings( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QSignalMapper( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QSize( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QSizeF( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QStringList( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QTextBoundaryFinder( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QTextCodec( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QTextDecoder( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QTextEncoder( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QTextStream( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QThread( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QTime( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QTimer( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QTranslator( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QUrl( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QVariant( void * pObj, bool bNew ); + #define hbqt_par_HBEvents( n ) ( ( HBEvents * ) hbqt_gcpointer( n ) ) #define hbqt_par_HBSlots( n ) ( ( HBSlots * ) hbqt_gcpointer( n ) ) #define hbqt_par_QAbstractItemModel( n ) ( ( QAbstractItemModel * ) hbqt_gcpointer( n ) ) diff --git a/harbour/contrib/hbqt/qtcore/g/hbqtcore_garbage.h b/harbour/contrib/hbqt/qtcore/g/hbqtcore_garbage.h deleted file mode 100644 index 1b16359369..0000000000 --- a/harbour/contrib/hbqt/qtcore/g/hbqtcore_garbage.h +++ /dev/null @@ -1,116 +0,0 @@ -/* - * $Id$ - */ - -/* -------------------------------------------------------------------- */ -/* WARNING: Automatically generated source file. DO NOT EDIT! */ -/* Instead, edit corresponding .qth file, */ -/* or the generator tool itself, and run regenarate. */ -/* -------------------------------------------------------------------- */ - -#include "hbqt.h" - -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_HBEvents ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_HBSlots ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QAbstractItemModel ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QAbstractListModel ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QAbstractTableModel ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QBitArray ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QBuffer ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QByteArray ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QChar ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QCoreApplication ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QDataStream ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QDate ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QDateTime ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QDir ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QEvent ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QEventLoop ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QFile ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QFileInfo ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QIODevice ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QLatin1Char ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QLatin1String ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QLine ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QLineF ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QList ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QLocale ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QMimeData ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QModelIndex ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QObject ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QPoint ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QPointF ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QProcess ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QRect ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QRectF ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QRegExp ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QResource ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QSettings ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QSignalMapper ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QSize ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QSizeF ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStringList ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextBoundaryFinder ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextCodec ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextDecoder ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextEncoder ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextStream ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QThread ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTime ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTimer ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTranslator ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QUrl ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QVariant ); - -extern HB_EXPORT void * hbqt_gcAllocate_HBEvents( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_HBSlots( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QAbstractItemModel( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QAbstractListModel( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QAbstractTableModel( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QBitArray( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QBuffer( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QByteArray( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QChar( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QCoreApplication( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QDataStream( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QDate( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QDateTime( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QDir( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QEvent( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QEventLoop( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QFile( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QFileInfo( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QIODevice( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QLatin1Char( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QLatin1String( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QLine( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QLineF( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QList( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QLocale( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QMimeData( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QModelIndex( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QObject( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QPoint( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QPointF( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QProcess( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QRect( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QRectF( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QRegExp( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QResource( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QSettings( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QSignalMapper( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QSize( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QSizeF( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QStringList( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QTextBoundaryFinder( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QTextCodec( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QTextDecoder( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QTextEncoder( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QTextStream( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QThread( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QTime( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QTimer( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QTranslator( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QUrl( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QVariant( void * pObj, bool bNew ); - diff --git a/harbour/contrib/hbqt/qtcore/hbqt_hbevents.h b/harbour/contrib/hbqt/qtcore/hbqt_hbevents.h index 6eb02df24a..e22f1f3c9c 100644 --- a/harbour/contrib/hbqt/qtcore/hbqt_hbevents.h +++ b/harbour/contrib/hbqt/qtcore/hbqt_hbevents.h @@ -55,11 +55,8 @@ #ifndef HBQT_EVENTS_H #define HBQT_EVENTS_H -#include "hbapi.h" - /*----------------------------------------------------------------------*/ -#include "hbqtcore_garbage.h" #include "hbqtcore.h" #include diff --git a/harbour/contrib/hbqt/qtcore/hbqt_hbslots.h b/harbour/contrib/hbqt/qtcore/hbqt_hbslots.h index 180026f781..bd026fa0f3 100644 --- a/harbour/contrib/hbqt/qtcore/hbqt_hbslots.h +++ b/harbour/contrib/hbqt/qtcore/hbqt_hbslots.h @@ -57,7 +57,6 @@ #include "hbapiitm.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" /* TOFIX: QtGui components should not be accessed from this component */ diff --git a/harbour/contrib/hbqt/qtcore/hbqtcore.hbm b/harbour/contrib/hbqt/qtcore/hbqtcore.hbm index 88b37153cf..7165f44c93 100644 --- a/harbour/contrib/hbqt/qtcore/hbqtcore.hbm +++ b/harbour/contrib/hbqt/qtcore/hbqtcore.hbm @@ -6,7 +6,6 @@ hbqt_base.cpp hbqt_destruct.cpp hbqt_hbevents.cpp hbqt_hbslots.cpp -hbqt_utils.cpp hbqt_misc.prg diff --git a/harbour/contrib/hbqt/qtdesigner/g/QDesignerActionEditorInterface.cpp b/harbour/contrib/hbqt/qtdesigner/g/QDesignerActionEditorInterface.cpp index ca995baa01..4c7aea8455 100644 --- a/harbour/contrib/hbqt/qtdesigner/g/QDesignerActionEditorInterface.cpp +++ b/harbour/contrib/hbqt/qtdesigner/g/QDesignerActionEditorInterface.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtdesigner_garbage.h" -#include "hbqtdesigner.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtdesigner.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtdesigner/g/QDesignerFormEditorInterface.cpp b/harbour/contrib/hbqt/qtdesigner/g/QDesignerFormEditorInterface.cpp index 29ef2728e0..dd236a68ab 100644 --- a/harbour/contrib/hbqt/qtdesigner/g/QDesignerFormEditorInterface.cpp +++ b/harbour/contrib/hbqt/qtdesigner/g/QDesignerFormEditorInterface.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtdesigner_garbage.h" -#include "hbqtdesigner.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtdesigner.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtdesigner/g/QDesignerFormWindowCursorInterface.cpp b/harbour/contrib/hbqt/qtdesigner/g/QDesignerFormWindowCursorInterface.cpp index 558e5622fe..dde40f7308 100644 --- a/harbour/contrib/hbqt/qtdesigner/g/QDesignerFormWindowCursorInterface.cpp +++ b/harbour/contrib/hbqt/qtdesigner/g/QDesignerFormWindowCursorInterface.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtdesigner_garbage.h" -#include "hbqtdesigner.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtdesigner.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtdesigner/g/QDesignerFormWindowInterface.cpp b/harbour/contrib/hbqt/qtdesigner/g/QDesignerFormWindowInterface.cpp index 69adb416a0..0ddf9d2f32 100644 --- a/harbour/contrib/hbqt/qtdesigner/g/QDesignerFormWindowInterface.cpp +++ b/harbour/contrib/hbqt/qtdesigner/g/QDesignerFormWindowInterface.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtdesigner_garbage.h" -#include "hbqtdesigner.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtdesigner.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtdesigner/g/QDesignerFormWindowManagerInterface.cpp b/harbour/contrib/hbqt/qtdesigner/g/QDesignerFormWindowManagerInterface.cpp index 54beec492d..bd55ab7f44 100644 --- a/harbour/contrib/hbqt/qtdesigner/g/QDesignerFormWindowManagerInterface.cpp +++ b/harbour/contrib/hbqt/qtdesigner/g/QDesignerFormWindowManagerInterface.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtdesigner_garbage.h" -#include "hbqtdesigner.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtdesigner.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtdesigner/g/QDesignerObjectInspectorInterface.cpp b/harbour/contrib/hbqt/qtdesigner/g/QDesignerObjectInspectorInterface.cpp index c1e1e2b02b..14f4a6df14 100644 --- a/harbour/contrib/hbqt/qtdesigner/g/QDesignerObjectInspectorInterface.cpp +++ b/harbour/contrib/hbqt/qtdesigner/g/QDesignerObjectInspectorInterface.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtdesigner_garbage.h" -#include "hbqtdesigner.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtdesigner.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtdesigner/g/QDesignerPropertyEditorInterface.cpp b/harbour/contrib/hbqt/qtdesigner/g/QDesignerPropertyEditorInterface.cpp index 89ba717090..56f4ed2dc9 100644 --- a/harbour/contrib/hbqt/qtdesigner/g/QDesignerPropertyEditorInterface.cpp +++ b/harbour/contrib/hbqt/qtdesigner/g/QDesignerPropertyEditorInterface.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtdesigner_garbage.h" -#include "hbqtdesigner.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtdesigner.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtdesigner/g/QDesignerWidgetBoxInterface.cpp b/harbour/contrib/hbqt/qtdesigner/g/QDesignerWidgetBoxInterface.cpp index 057dcd32f1..ff9509edc1 100644 --- a/harbour/contrib/hbqt/qtdesigner/g/QDesignerWidgetBoxInterface.cpp +++ b/harbour/contrib/hbqt/qtdesigner/g/QDesignerWidgetBoxInterface.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtdesigner_garbage.h" -#include "hbqtdesigner.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtdesigner.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtdesigner/g/hbqtdesigner.h b/harbour/contrib/hbqt/qtdesigner/g/hbqtdesigner.h index 3da69874fd..251a1d7a5c 100644 --- a/harbour/contrib/hbqt/qtdesigner/g/hbqtdesigner.h +++ b/harbour/contrib/hbqt/qtdesigner/g/hbqtdesigner.h @@ -8,11 +8,29 @@ /* or the generator tool itself, and run regenarate. */ /* -------------------------------------------------------------------- */ -#include "hbqt.h" - #ifndef __HBQTDESIGNER_H #define __HBQTDESIGNER_H +#include "hbqt.h" + +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QDesignerActionEditorInterface ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QDesignerFormEditorInterface ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QDesignerFormWindowCursorInterface ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QDesignerFormWindowInterface ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QDesignerFormWindowManagerInterface ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QDesignerObjectInspectorInterface ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QDesignerPropertyEditorInterface ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QDesignerWidgetBoxInterface ); + +extern HB_EXPORT void * hbqt_gcAllocate_QDesignerActionEditorInterface( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QDesignerFormEditorInterface( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QDesignerFormWindowCursorInterface( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QDesignerFormWindowInterface( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QDesignerFormWindowManagerInterface( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QDesignerObjectInspectorInterface( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QDesignerPropertyEditorInterface( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QDesignerWidgetBoxInterface( void * pObj, bool bNew ); + #define hbqt_par_QDesignerActionEditorInterface( n )( ( QDesignerActionEditorInterfa* ) hbqt_gcpointer( n ) ) #define hbqt_par_QDesignerFormEditorInterface( n ) ( ( QDesignerFormEditorInterface* ) hbqt_gcpointer( n ) ) #define hbqt_par_QDesignerFormWindowCursorInterface(( ( QDesignerFormWindowCursorInt* ) hbqt_gcpointer( n ) ) diff --git a/harbour/contrib/hbqt/qtdesigner/g/hbqtdesigner_garbage.h b/harbour/contrib/hbqt/qtdesigner/g/hbqtdesigner_garbage.h deleted file mode 100644 index f5b5636f4b..0000000000 --- a/harbour/contrib/hbqt/qtdesigner/g/hbqtdesigner_garbage.h +++ /dev/null @@ -1,30 +0,0 @@ -/* - * $Id$ - */ - -/* -------------------------------------------------------------------- */ -/* WARNING: Automatically generated source file. DO NOT EDIT! */ -/* Instead, edit corresponding .qth file, */ -/* or the generator tool itself, and run regenarate. */ -/* -------------------------------------------------------------------- */ - -#include "hbqt.h" - -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QDesignerActionEditorInterface ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QDesignerFormEditorInterface ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QDesignerFormWindowCursorInterface ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QDesignerFormWindowInterface ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QDesignerFormWindowManagerInterface ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QDesignerObjectInspectorInterface ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QDesignerPropertyEditorInterface ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QDesignerWidgetBoxInterface ); - -extern HB_EXPORT void * hbqt_gcAllocate_QDesignerActionEditorInterface( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QDesignerFormEditorInterface( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QDesignerFormWindowCursorInterface( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QDesignerFormWindowInterface( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QDesignerFormWindowManagerInterface( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QDesignerObjectInspectorInterface( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QDesignerPropertyEditorInterface( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QDesignerWidgetBoxInterface( void * pObj, bool bNew ); - diff --git a/harbour/contrib/hbqt/qtgui/g/HBQAbstractItemModel.cpp b/harbour/contrib/hbqt/qtgui/g/HBQAbstractItemModel.cpp index 1476729b26..dd2ea64d8c 100644 --- a/harbour/contrib/hbqt/qtgui/g/HBQAbstractItemModel.cpp +++ b/harbour/contrib/hbqt/qtgui/g/HBQAbstractItemModel.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/HBQMainWindow.cpp b/harbour/contrib/hbqt/qtgui/g/HBQMainWindow.cpp index b9bf72e615..ccbe5d3404 100644 --- a/harbour/contrib/hbqt/qtgui/g/HBQMainWindow.cpp +++ b/harbour/contrib/hbqt/qtgui/g/HBQMainWindow.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 @@ -71,6 +68,8 @@ #include +#include "hbapiitm.h" + #include #include "hbqt_hbqmainwindow.h" diff --git a/harbour/contrib/hbqt/qtgui/g/HBQPlainTextEdit.cpp b/harbour/contrib/hbqt/qtgui/g/HBQPlainTextEdit.cpp index 296bc7dbb1..c5635c5c3f 100644 --- a/harbour/contrib/hbqt/qtgui/g/HBQPlainTextEdit.cpp +++ b/harbour/contrib/hbqt/qtgui/g/HBQPlainTextEdit.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/HBQSyntaxHighlighter.cpp b/harbour/contrib/hbqt/qtgui/g/HBQSyntaxHighlighter.cpp index 48275e081e..554ab4569c 100644 --- a/harbour/contrib/hbqt/qtgui/g/HBQSyntaxHighlighter.cpp +++ b/harbour/contrib/hbqt/qtgui/g/HBQSyntaxHighlighter.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/HBQTableView.cpp b/harbour/contrib/hbqt/qtgui/g/HBQTableView.cpp index 8ccc08d6fd..26a33aa8f4 100644 --- a/harbour/contrib/hbqt/qtgui/g/HBQTableView.cpp +++ b/harbour/contrib/hbqt/qtgui/g/HBQTableView.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/HBQTextBlockUserData.cpp b/harbour/contrib/hbqt/qtgui/g/HBQTextBlockUserData.cpp index 437e6f796d..743ee64c9f 100644 --- a/harbour/contrib/hbqt/qtgui/g/HBQTextBlockUserData.cpp +++ b/harbour/contrib/hbqt/qtgui/g/HBQTextBlockUserData.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QAbstractButton.cpp b/harbour/contrib/hbqt/qtgui/g/QAbstractButton.cpp index 63932febb6..3bae17aa62 100644 --- a/harbour/contrib/hbqt/qtgui/g/QAbstractButton.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QAbstractButton.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QAbstractItemDelegate.cpp b/harbour/contrib/hbqt/qtgui/g/QAbstractItemDelegate.cpp index 499c480cb5..bca112b9d4 100644 --- a/harbour/contrib/hbqt/qtgui/g/QAbstractItemDelegate.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QAbstractItemDelegate.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QAbstractItemView.cpp b/harbour/contrib/hbqt/qtgui/g/QAbstractItemView.cpp index 950654e295..03572f9fc4 100644 --- a/harbour/contrib/hbqt/qtgui/g/QAbstractItemView.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QAbstractItemView.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QAbstractPrintDialog.cpp b/harbour/contrib/hbqt/qtgui/g/QAbstractPrintDialog.cpp index 39610675ba..5a4ee4ae22 100644 --- a/harbour/contrib/hbqt/qtgui/g/QAbstractPrintDialog.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QAbstractPrintDialog.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QAbstractProxyModel.cpp b/harbour/contrib/hbqt/qtgui/g/QAbstractProxyModel.cpp index 85e4726485..52d229a023 100644 --- a/harbour/contrib/hbqt/qtgui/g/QAbstractProxyModel.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QAbstractProxyModel.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QAbstractScrollArea.cpp b/harbour/contrib/hbqt/qtgui/g/QAbstractScrollArea.cpp index 92bbe79d34..cfda7c12ec 100644 --- a/harbour/contrib/hbqt/qtgui/g/QAbstractScrollArea.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QAbstractScrollArea.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QAbstractSlider.cpp b/harbour/contrib/hbqt/qtgui/g/QAbstractSlider.cpp index 335352a12d..39581969ad 100644 --- a/harbour/contrib/hbqt/qtgui/g/QAbstractSlider.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QAbstractSlider.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QAbstractSpinBox.cpp b/harbour/contrib/hbqt/qtgui/g/QAbstractSpinBox.cpp index 2942409102..1aca5c0868 100644 --- a/harbour/contrib/hbqt/qtgui/g/QAbstractSpinBox.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QAbstractSpinBox.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QAbstractTextDocumentLayout.cpp b/harbour/contrib/hbqt/qtgui/g/QAbstractTextDocumentLayout.cpp index 1239bd2f6f..e8b7969068 100644 --- a/harbour/contrib/hbqt/qtgui/g/QAbstractTextDocumentLayout.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QAbstractTextDocumentLayout.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QAction.cpp b/harbour/contrib/hbqt/qtgui/g/QAction.cpp index 3b4bfcdf17..15e0f26ddc 100644 --- a/harbour/contrib/hbqt/qtgui/g/QAction.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QAction.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QActionGroup.cpp b/harbour/contrib/hbqt/qtgui/g/QActionGroup.cpp index 761c0cd276..95b9282e70 100644 --- a/harbour/contrib/hbqt/qtgui/g/QActionGroup.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QActionGroup.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QApplication.cpp b/harbour/contrib/hbqt/qtgui/g/QApplication.cpp index 95bda0fb6a..a797bf5d3c 100644 --- a/harbour/contrib/hbqt/qtgui/g/QApplication.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QApplication.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 @@ -77,14 +74,9 @@ #include #include "hbapi.h" -#include "hbinit.h" -#include "hbdefs.h" -#include "hbapifs.h" -#include "hbapiitm.h" -#include "hbstack.h" -#include "hbvm.h" -#include "hbdate.h" #include "hbapierr.h" +#include "hbvm.h" +#include "hbinit.h" #include #include diff --git a/harbour/contrib/hbqt/qtgui/g/QBitmap.cpp b/harbour/contrib/hbqt/qtgui/g/QBitmap.cpp index a7890551dd..717aa0d3be 100644 --- a/harbour/contrib/hbqt/qtgui/g/QBitmap.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QBitmap.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QBoxLayout.cpp b/harbour/contrib/hbqt/qtgui/g/QBoxLayout.cpp index 57c334a54d..9b3670f609 100644 --- a/harbour/contrib/hbqt/qtgui/g/QBoxLayout.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QBoxLayout.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QBrush.cpp b/harbour/contrib/hbqt/qtgui/g/QBrush.cpp index 8dfbab5eb1..9bc9c43097 100644 --- a/harbour/contrib/hbqt/qtgui/g/QBrush.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QBrush.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QButtonGroup.cpp b/harbour/contrib/hbqt/qtgui/g/QButtonGroup.cpp index 19b2d867f1..1124e6e54a 100644 --- a/harbour/contrib/hbqt/qtgui/g/QButtonGroup.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QButtonGroup.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QCalendarWidget.cpp b/harbour/contrib/hbqt/qtgui/g/QCalendarWidget.cpp index 9a76221658..303b74ce7b 100644 --- a/harbour/contrib/hbqt/qtgui/g/QCalendarWidget.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QCalendarWidget.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QCheckBox.cpp b/harbour/contrib/hbqt/qtgui/g/QCheckBox.cpp index 9bcb57e539..4a1289dede 100644 --- a/harbour/contrib/hbqt/qtgui/g/QCheckBox.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QCheckBox.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QClipboard.cpp b/harbour/contrib/hbqt/qtgui/g/QClipboard.cpp index fe607891d0..75f53a45ee 100644 --- a/harbour/contrib/hbqt/qtgui/g/QClipboard.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QClipboard.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QColor.cpp b/harbour/contrib/hbqt/qtgui/g/QColor.cpp index d05b24edb3..54fffabb51 100644 --- a/harbour/contrib/hbqt/qtgui/g/QColor.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QColor.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QColorDialog.cpp b/harbour/contrib/hbqt/qtgui/g/QColorDialog.cpp index dc842143ae..2f3eeedd25 100644 --- a/harbour/contrib/hbqt/qtgui/g/QColorDialog.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QColorDialog.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QComboBox.cpp b/harbour/contrib/hbqt/qtgui/g/QComboBox.cpp index 1466abd422..c4196481e0 100644 --- a/harbour/contrib/hbqt/qtgui/g/QComboBox.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QComboBox.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QCommandLinkButton.cpp b/harbour/contrib/hbqt/qtgui/g/QCommandLinkButton.cpp index 85bfd03618..d11cc88794 100644 --- a/harbour/contrib/hbqt/qtgui/g/QCommandLinkButton.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QCommandLinkButton.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QCommonStyle.cpp b/harbour/contrib/hbqt/qtgui/g/QCommonStyle.cpp index c5baf1dfca..0363e42cff 100644 --- a/harbour/contrib/hbqt/qtgui/g/QCommonStyle.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QCommonStyle.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QCompleter.cpp b/harbour/contrib/hbqt/qtgui/g/QCompleter.cpp index 13e542d11f..8dc161689e 100644 --- a/harbour/contrib/hbqt/qtgui/g/QCompleter.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QCompleter.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QConicalGradient.cpp b/harbour/contrib/hbqt/qtgui/g/QConicalGradient.cpp index a60f10bfb7..0f8dd346fc 100644 --- a/harbour/contrib/hbqt/qtgui/g/QConicalGradient.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QConicalGradient.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QContextMenuEvent.cpp b/harbour/contrib/hbqt/qtgui/g/QContextMenuEvent.cpp index 7d59f7261f..f72beaacb1 100644 --- a/harbour/contrib/hbqt/qtgui/g/QContextMenuEvent.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QContextMenuEvent.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QCursor.cpp b/harbour/contrib/hbqt/qtgui/g/QCursor.cpp index f43860e8b5..0102cf6500 100644 --- a/harbour/contrib/hbqt/qtgui/g/QCursor.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QCursor.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QDateEdit.cpp b/harbour/contrib/hbqt/qtgui/g/QDateEdit.cpp index 8b963415ec..f2afc7d9df 100644 --- a/harbour/contrib/hbqt/qtgui/g/QDateEdit.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QDateEdit.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QDateTimeEdit.cpp b/harbour/contrib/hbqt/qtgui/g/QDateTimeEdit.cpp index d70833c6b3..1586e00137 100644 --- a/harbour/contrib/hbqt/qtgui/g/QDateTimeEdit.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QDateTimeEdit.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QDesktopWidget.cpp b/harbour/contrib/hbqt/qtgui/g/QDesktopWidget.cpp index eac8a8ba0f..7eccea53bb 100644 --- a/harbour/contrib/hbqt/qtgui/g/QDesktopWidget.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QDesktopWidget.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QDial.cpp b/harbour/contrib/hbqt/qtgui/g/QDial.cpp index e5d7039255..c2dd7b3539 100644 --- a/harbour/contrib/hbqt/qtgui/g/QDial.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QDial.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QDialog.cpp b/harbour/contrib/hbqt/qtgui/g/QDialog.cpp index c2a07fe7bd..5172020176 100644 --- a/harbour/contrib/hbqt/qtgui/g/QDialog.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QDialog.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QDirModel.cpp b/harbour/contrib/hbqt/qtgui/g/QDirModel.cpp index 34ab08c6dd..4ec6566bed 100644 --- a/harbour/contrib/hbqt/qtgui/g/QDirModel.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QDirModel.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QDockWidget.cpp b/harbour/contrib/hbqt/qtgui/g/QDockWidget.cpp index ff14c8e85b..420c147964 100644 --- a/harbour/contrib/hbqt/qtgui/g/QDockWidget.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QDockWidget.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QDoubleSpinBox.cpp b/harbour/contrib/hbqt/qtgui/g/QDoubleSpinBox.cpp index f2bb2e0f26..0c984f1baa 100644 --- a/harbour/contrib/hbqt/qtgui/g/QDoubleSpinBox.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QDoubleSpinBox.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QDragEnterEvent.cpp b/harbour/contrib/hbqt/qtgui/g/QDragEnterEvent.cpp index 7178f7b7c2..02cd036828 100644 --- a/harbour/contrib/hbqt/qtgui/g/QDragEnterEvent.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QDragEnterEvent.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QDragLeaveEvent.cpp b/harbour/contrib/hbqt/qtgui/g/QDragLeaveEvent.cpp index 2d7b5d319a..5aac7acc13 100644 --- a/harbour/contrib/hbqt/qtgui/g/QDragLeaveEvent.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QDragLeaveEvent.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QDragMoveEvent.cpp b/harbour/contrib/hbqt/qtgui/g/QDragMoveEvent.cpp index c00ce8ee93..7c26b48010 100644 --- a/harbour/contrib/hbqt/qtgui/g/QDragMoveEvent.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QDragMoveEvent.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QDropEvent.cpp b/harbour/contrib/hbqt/qtgui/g/QDropEvent.cpp index 4d34fe4946..a239dc00e2 100644 --- a/harbour/contrib/hbqt/qtgui/g/QDropEvent.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QDropEvent.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QErrorMessage.cpp b/harbour/contrib/hbqt/qtgui/g/QErrorMessage.cpp index 7f4ba20ed7..930199460b 100644 --- a/harbour/contrib/hbqt/qtgui/g/QErrorMessage.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QErrorMessage.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QFileDialog.cpp b/harbour/contrib/hbqt/qtgui/g/QFileDialog.cpp index 0f8452792d..658d6c81ad 100644 --- a/harbour/contrib/hbqt/qtgui/g/QFileDialog.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QFileDialog.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QFileIconProvider.cpp b/harbour/contrib/hbqt/qtgui/g/QFileIconProvider.cpp index 68de78d28a..3e38ec52ff 100644 --- a/harbour/contrib/hbqt/qtgui/g/QFileIconProvider.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QFileIconProvider.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QFileSystemModel.cpp b/harbour/contrib/hbqt/qtgui/g/QFileSystemModel.cpp index 2325fdacfe..12385e4c7b 100644 --- a/harbour/contrib/hbqt/qtgui/g/QFileSystemModel.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QFileSystemModel.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QFocusEvent.cpp b/harbour/contrib/hbqt/qtgui/g/QFocusEvent.cpp index 530e9f689e..ba20b6209a 100644 --- a/harbour/contrib/hbqt/qtgui/g/QFocusEvent.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QFocusEvent.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QFocusFrame.cpp b/harbour/contrib/hbqt/qtgui/g/QFocusFrame.cpp index 8238a736ee..80a93b5116 100644 --- a/harbour/contrib/hbqt/qtgui/g/QFocusFrame.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QFocusFrame.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QFont.cpp b/harbour/contrib/hbqt/qtgui/g/QFont.cpp index 9a3888c302..f56c5d3335 100644 --- a/harbour/contrib/hbqt/qtgui/g/QFont.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QFont.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QFontComboBox.cpp b/harbour/contrib/hbqt/qtgui/g/QFontComboBox.cpp index adc0a44570..95a61b667b 100644 --- a/harbour/contrib/hbqt/qtgui/g/QFontComboBox.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QFontComboBox.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QFontDatabase.cpp b/harbour/contrib/hbqt/qtgui/g/QFontDatabase.cpp index 02241ee823..03dc17f6e9 100644 --- a/harbour/contrib/hbqt/qtgui/g/QFontDatabase.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QFontDatabase.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QFontDialog.cpp b/harbour/contrib/hbqt/qtgui/g/QFontDialog.cpp index 19897cbb97..3d2d111eed 100644 --- a/harbour/contrib/hbqt/qtgui/g/QFontDialog.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QFontDialog.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QFontInfo.cpp b/harbour/contrib/hbqt/qtgui/g/QFontInfo.cpp index fd3ff87ced..713f527204 100644 --- a/harbour/contrib/hbqt/qtgui/g/QFontInfo.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QFontInfo.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QFontMetrics.cpp b/harbour/contrib/hbqt/qtgui/g/QFontMetrics.cpp index 05a1ecf055..8e6edf16d6 100644 --- a/harbour/contrib/hbqt/qtgui/g/QFontMetrics.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QFontMetrics.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QFontMetricsF.cpp b/harbour/contrib/hbqt/qtgui/g/QFontMetricsF.cpp index 7245014fd4..d765d55cf5 100644 --- a/harbour/contrib/hbqt/qtgui/g/QFontMetricsF.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QFontMetricsF.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QFormLayout.cpp b/harbour/contrib/hbqt/qtgui/g/QFormLayout.cpp index 73e40b5412..edbca88831 100644 --- a/harbour/contrib/hbqt/qtgui/g/QFormLayout.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QFormLayout.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QFrame.cpp b/harbour/contrib/hbqt/qtgui/g/QFrame.cpp index bc95a545c5..3c631337bd 100644 --- a/harbour/contrib/hbqt/qtgui/g/QFrame.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QFrame.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QGradient.cpp b/harbour/contrib/hbqt/qtgui/g/QGradient.cpp index c12769f8f1..90ce592e76 100644 --- a/harbour/contrib/hbqt/qtgui/g/QGradient.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QGradient.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QGridLayout.cpp b/harbour/contrib/hbqt/qtgui/g/QGridLayout.cpp index 98a7de5ca8..d2662a1f24 100644 --- a/harbour/contrib/hbqt/qtgui/g/QGridLayout.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QGridLayout.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QGroupBox.cpp b/harbour/contrib/hbqt/qtgui/g/QGroupBox.cpp index 5b08d13734..21d518acc4 100644 --- a/harbour/contrib/hbqt/qtgui/g/QGroupBox.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QGroupBox.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QHBoxLayout.cpp b/harbour/contrib/hbqt/qtgui/g/QHBoxLayout.cpp index 80e4810886..13d1123aa2 100644 --- a/harbour/contrib/hbqt/qtgui/g/QHBoxLayout.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QHBoxLayout.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QHeaderView.cpp b/harbour/contrib/hbqt/qtgui/g/QHeaderView.cpp index df5e6f97ea..274d7b0837 100644 --- a/harbour/contrib/hbqt/qtgui/g/QHeaderView.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QHeaderView.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QHelpEvent.cpp b/harbour/contrib/hbqt/qtgui/g/QHelpEvent.cpp index 87bae9b83b..4b5ff1ca39 100644 --- a/harbour/contrib/hbqt/qtgui/g/QHelpEvent.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QHelpEvent.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QHideEvent.cpp b/harbour/contrib/hbqt/qtgui/g/QHideEvent.cpp index 20663ba68a..f5966fa2ce 100644 --- a/harbour/contrib/hbqt/qtgui/g/QHideEvent.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QHideEvent.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QIcon.cpp b/harbour/contrib/hbqt/qtgui/g/QIcon.cpp index 2f8e2268ad..4a21391e04 100644 --- a/harbour/contrib/hbqt/qtgui/g/QIcon.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QIcon.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QImage.cpp b/harbour/contrib/hbqt/qtgui/g/QImage.cpp index 184d44cec2..1cf3faf8f3 100644 --- a/harbour/contrib/hbqt/qtgui/g/QImage.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QImage.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QImageReader.cpp b/harbour/contrib/hbqt/qtgui/g/QImageReader.cpp index 9247d431e5..76ed606b27 100644 --- a/harbour/contrib/hbqt/qtgui/g/QImageReader.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QImageReader.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QImageWriter.cpp b/harbour/contrib/hbqt/qtgui/g/QImageWriter.cpp index ef6ab72e90..69aeefda1a 100644 --- a/harbour/contrib/hbqt/qtgui/g/QImageWriter.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QImageWriter.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QInputDialog.cpp b/harbour/contrib/hbqt/qtgui/g/QInputDialog.cpp index af803d03b8..d24d0031c2 100644 --- a/harbour/contrib/hbqt/qtgui/g/QInputDialog.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QInputDialog.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QInputEvent.cpp b/harbour/contrib/hbqt/qtgui/g/QInputEvent.cpp index d52ab469e5..3ea3cbe77f 100644 --- a/harbour/contrib/hbqt/qtgui/g/QInputEvent.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QInputEvent.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QInputMethodEvent.cpp b/harbour/contrib/hbqt/qtgui/g/QInputMethodEvent.cpp index 554cf67f44..8e4b7e559f 100644 --- a/harbour/contrib/hbqt/qtgui/g/QInputMethodEvent.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QInputMethodEvent.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QItemDelegate.cpp b/harbour/contrib/hbqt/qtgui/g/QItemDelegate.cpp index 0f78ac86ed..c754bae5a6 100644 --- a/harbour/contrib/hbqt/qtgui/g/QItemDelegate.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QItemDelegate.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QItemEditorCreatorBase.cpp b/harbour/contrib/hbqt/qtgui/g/QItemEditorCreatorBase.cpp index f1c63499e6..0fc1ba556c 100644 --- a/harbour/contrib/hbqt/qtgui/g/QItemEditorCreatorBase.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QItemEditorCreatorBase.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QItemEditorFactory.cpp b/harbour/contrib/hbqt/qtgui/g/QItemEditorFactory.cpp index ca857632c5..cd6c546558 100644 --- a/harbour/contrib/hbqt/qtgui/g/QItemEditorFactory.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QItemEditorFactory.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QItemSelection.cpp b/harbour/contrib/hbqt/qtgui/g/QItemSelection.cpp index 1a75e5b08b..37faf6d27c 100644 --- a/harbour/contrib/hbqt/qtgui/g/QItemSelection.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QItemSelection.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QItemSelectionModel.cpp b/harbour/contrib/hbqt/qtgui/g/QItemSelectionModel.cpp index be5ee1fbf1..5626adcd8b 100644 --- a/harbour/contrib/hbqt/qtgui/g/QItemSelectionModel.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QItemSelectionModel.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QKeyEvent.cpp b/harbour/contrib/hbqt/qtgui/g/QKeyEvent.cpp index 0a87858167..0766def67d 100644 --- a/harbour/contrib/hbqt/qtgui/g/QKeyEvent.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QKeyEvent.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QKeySequence.cpp b/harbour/contrib/hbqt/qtgui/g/QKeySequence.cpp index 76e929737e..866dbbc37f 100644 --- a/harbour/contrib/hbqt/qtgui/g/QKeySequence.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QKeySequence.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QLCDNumber.cpp b/harbour/contrib/hbqt/qtgui/g/QLCDNumber.cpp index 752f1913b5..dfce3b17dc 100644 --- a/harbour/contrib/hbqt/qtgui/g/QLCDNumber.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QLCDNumber.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QLabel.cpp b/harbour/contrib/hbqt/qtgui/g/QLabel.cpp index 0c88724d87..e5fe2e332d 100644 --- a/harbour/contrib/hbqt/qtgui/g/QLabel.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QLabel.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QLayout.cpp b/harbour/contrib/hbqt/qtgui/g/QLayout.cpp index d993b7ea96..b8c530cca0 100644 --- a/harbour/contrib/hbqt/qtgui/g/QLayout.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QLayout.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QLayoutItem.cpp b/harbour/contrib/hbqt/qtgui/g/QLayoutItem.cpp index 1bba1ddd45..1e6408174c 100644 --- a/harbour/contrib/hbqt/qtgui/g/QLayoutItem.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QLayoutItem.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QLineEdit.cpp b/harbour/contrib/hbqt/qtgui/g/QLineEdit.cpp index 2ad656f8ce..dad2761403 100644 --- a/harbour/contrib/hbqt/qtgui/g/QLineEdit.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QLineEdit.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QLinearGradient.cpp b/harbour/contrib/hbqt/qtgui/g/QLinearGradient.cpp index 5fcb0746b5..8103133002 100644 --- a/harbour/contrib/hbqt/qtgui/g/QLinearGradient.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QLinearGradient.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QListView.cpp b/harbour/contrib/hbqt/qtgui/g/QListView.cpp index 6f217dad3b..31d1165f27 100644 --- a/harbour/contrib/hbqt/qtgui/g/QListView.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QListView.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QListWidget.cpp b/harbour/contrib/hbqt/qtgui/g/QListWidget.cpp index 08da364192..dc426bb356 100644 --- a/harbour/contrib/hbqt/qtgui/g/QListWidget.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QListWidget.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QListWidgetItem.cpp b/harbour/contrib/hbqt/qtgui/g/QListWidgetItem.cpp index 487ce3b3b1..bbfb24f708 100644 --- a/harbour/contrib/hbqt/qtgui/g/QListWidgetItem.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QListWidgetItem.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QMainWindow.cpp b/harbour/contrib/hbqt/qtgui/g/QMainWindow.cpp index 2cf7f2f2be..004ae0236b 100644 --- a/harbour/contrib/hbqt/qtgui/g/QMainWindow.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QMainWindow.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QMatrix.cpp b/harbour/contrib/hbqt/qtgui/g/QMatrix.cpp index 3ee620b3a2..5240907eec 100644 --- a/harbour/contrib/hbqt/qtgui/g/QMatrix.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QMatrix.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QMdiArea.cpp b/harbour/contrib/hbqt/qtgui/g/QMdiArea.cpp index 2667c20832..f4680892d9 100644 --- a/harbour/contrib/hbqt/qtgui/g/QMdiArea.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QMdiArea.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QMdiSubWindow.cpp b/harbour/contrib/hbqt/qtgui/g/QMdiSubWindow.cpp index 99880e08dc..09989e9bd1 100644 --- a/harbour/contrib/hbqt/qtgui/g/QMdiSubWindow.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QMdiSubWindow.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QMenu.cpp b/harbour/contrib/hbqt/qtgui/g/QMenu.cpp index 325fc1fd6d..3035c0d9e5 100644 --- a/harbour/contrib/hbqt/qtgui/g/QMenu.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QMenu.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QMenuBar.cpp b/harbour/contrib/hbqt/qtgui/g/QMenuBar.cpp index 2f6bbd2e3f..8b042d9fd5 100644 --- a/harbour/contrib/hbqt/qtgui/g/QMenuBar.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QMenuBar.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QMessageBox.cpp b/harbour/contrib/hbqt/qtgui/g/QMessageBox.cpp index 99462bf29a..7d2ccaf157 100644 --- a/harbour/contrib/hbqt/qtgui/g/QMessageBox.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QMessageBox.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QMouseEvent.cpp b/harbour/contrib/hbqt/qtgui/g/QMouseEvent.cpp index 030ee1f59a..48cfcc2da6 100644 --- a/harbour/contrib/hbqt/qtgui/g/QMouseEvent.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QMouseEvent.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QMoveEvent.cpp b/harbour/contrib/hbqt/qtgui/g/QMoveEvent.cpp index af2094d5b4..b3d9354e70 100644 --- a/harbour/contrib/hbqt/qtgui/g/QMoveEvent.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QMoveEvent.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QMovie.cpp b/harbour/contrib/hbqt/qtgui/g/QMovie.cpp index d48b955353..16e432499a 100644 --- a/harbour/contrib/hbqt/qtgui/g/QMovie.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QMovie.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QPageSetupDialog.cpp b/harbour/contrib/hbqt/qtgui/g/QPageSetupDialog.cpp index 695e94c50b..cd62abcd34 100644 --- a/harbour/contrib/hbqt/qtgui/g/QPageSetupDialog.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QPageSetupDialog.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QPaintDevice.cpp b/harbour/contrib/hbqt/qtgui/g/QPaintDevice.cpp index 5101e9b7ef..e796e7528a 100644 --- a/harbour/contrib/hbqt/qtgui/g/QPaintDevice.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QPaintDevice.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QPaintEngine.cpp b/harbour/contrib/hbqt/qtgui/g/QPaintEngine.cpp index dc509070c0..e780ee213a 100644 --- a/harbour/contrib/hbqt/qtgui/g/QPaintEngine.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QPaintEngine.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QPaintEvent.cpp b/harbour/contrib/hbqt/qtgui/g/QPaintEvent.cpp index f1238849fe..c0a6bf3997 100644 --- a/harbour/contrib/hbqt/qtgui/g/QPaintEvent.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QPaintEvent.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QPainter.cpp b/harbour/contrib/hbqt/qtgui/g/QPainter.cpp index 7b9e17cf36..f3740aa264 100644 --- a/harbour/contrib/hbqt/qtgui/g/QPainter.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QPainter.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QPainterPath.cpp b/harbour/contrib/hbqt/qtgui/g/QPainterPath.cpp index 68368bafc9..f541722b9e 100644 --- a/harbour/contrib/hbqt/qtgui/g/QPainterPath.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QPainterPath.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QPalette.cpp b/harbour/contrib/hbqt/qtgui/g/QPalette.cpp index c315e9b85a..735c8e1878 100644 --- a/harbour/contrib/hbqt/qtgui/g/QPalette.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QPalette.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QPen.cpp b/harbour/contrib/hbqt/qtgui/g/QPen.cpp index 0725d7d4ad..385013f8a6 100644 --- a/harbour/contrib/hbqt/qtgui/g/QPen.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QPen.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QPicture.cpp b/harbour/contrib/hbqt/qtgui/g/QPicture.cpp index 8e0299845a..f87251cb7d 100644 --- a/harbour/contrib/hbqt/qtgui/g/QPicture.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QPicture.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QPixmap.cpp b/harbour/contrib/hbqt/qtgui/g/QPixmap.cpp index 7e79837860..202269c0f9 100644 --- a/harbour/contrib/hbqt/qtgui/g/QPixmap.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QPixmap.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QPlainTextDocumentLayout.cpp b/harbour/contrib/hbqt/qtgui/g/QPlainTextDocumentLayout.cpp index 3dba12f096..630a4ba532 100644 --- a/harbour/contrib/hbqt/qtgui/g/QPlainTextDocumentLayout.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QPlainTextDocumentLayout.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QPlainTextEdit.cpp b/harbour/contrib/hbqt/qtgui/g/QPlainTextEdit.cpp index c296ed3f7a..dee11491b8 100644 --- a/harbour/contrib/hbqt/qtgui/g/QPlainTextEdit.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QPlainTextEdit.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QPolygon.cpp b/harbour/contrib/hbqt/qtgui/g/QPolygon.cpp index 148db5f9b1..a76806d611 100644 --- a/harbour/contrib/hbqt/qtgui/g/QPolygon.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QPolygon.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QPolygonF.cpp b/harbour/contrib/hbqt/qtgui/g/QPolygonF.cpp index 37739b48c5..a2128c6065 100644 --- a/harbour/contrib/hbqt/qtgui/g/QPolygonF.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QPolygonF.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QPrintDialog.cpp b/harbour/contrib/hbqt/qtgui/g/QPrintDialog.cpp index 131bce6bfe..7e31d8ebf8 100644 --- a/harbour/contrib/hbqt/qtgui/g/QPrintDialog.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QPrintDialog.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QPrintEngine.cpp b/harbour/contrib/hbqt/qtgui/g/QPrintEngine.cpp index 58793f0d21..c7b6c0d64f 100644 --- a/harbour/contrib/hbqt/qtgui/g/QPrintEngine.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QPrintEngine.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QPrintPreviewDialog.cpp b/harbour/contrib/hbqt/qtgui/g/QPrintPreviewDialog.cpp index 7850d6a2c8..242148eb5d 100644 --- a/harbour/contrib/hbqt/qtgui/g/QPrintPreviewDialog.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QPrintPreviewDialog.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QPrinter.cpp b/harbour/contrib/hbqt/qtgui/g/QPrinter.cpp index 767485d902..86ddebea5b 100644 --- a/harbour/contrib/hbqt/qtgui/g/QPrinter.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QPrinter.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QProgressBar.cpp b/harbour/contrib/hbqt/qtgui/g/QProgressBar.cpp index b5ff0ef624..1cfe6111fa 100644 --- a/harbour/contrib/hbqt/qtgui/g/QProgressBar.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QProgressBar.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QProgressDialog.cpp b/harbour/contrib/hbqt/qtgui/g/QProgressDialog.cpp index 0d7eeaf052..24784c147d 100644 --- a/harbour/contrib/hbqt/qtgui/g/QProgressDialog.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QProgressDialog.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QPushButton.cpp b/harbour/contrib/hbqt/qtgui/g/QPushButton.cpp index cfdf81f96e..8979d7b715 100644 --- a/harbour/contrib/hbqt/qtgui/g/QPushButton.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QPushButton.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QRadialGradient.cpp b/harbour/contrib/hbqt/qtgui/g/QRadialGradient.cpp index 0aef5470a5..d0e0d3f1f4 100644 --- a/harbour/contrib/hbqt/qtgui/g/QRadialGradient.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QRadialGradient.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QRadioButton.cpp b/harbour/contrib/hbqt/qtgui/g/QRadioButton.cpp index 49f82ba392..32ebcba519 100644 --- a/harbour/contrib/hbqt/qtgui/g/QRadioButton.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QRadioButton.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QRegion.cpp b/harbour/contrib/hbqt/qtgui/g/QRegion.cpp index 0eccec1224..2356d43858 100644 --- a/harbour/contrib/hbqt/qtgui/g/QRegion.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QRegion.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QResizeEvent.cpp b/harbour/contrib/hbqt/qtgui/g/QResizeEvent.cpp index e0d79e53c0..0115d5abf9 100644 --- a/harbour/contrib/hbqt/qtgui/g/QResizeEvent.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QResizeEvent.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QScrollArea.cpp b/harbour/contrib/hbqt/qtgui/g/QScrollArea.cpp index 67f4beedb5..fdf6a4a87b 100644 --- a/harbour/contrib/hbqt/qtgui/g/QScrollArea.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QScrollArea.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QScrollBar.cpp b/harbour/contrib/hbqt/qtgui/g/QScrollBar.cpp index 30233bd266..801ae4aaa6 100644 --- a/harbour/contrib/hbqt/qtgui/g/QScrollBar.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QScrollBar.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QSessionManager.cpp b/harbour/contrib/hbqt/qtgui/g/QSessionManager.cpp index 9a86833132..93b7fcc924 100644 --- a/harbour/contrib/hbqt/qtgui/g/QSessionManager.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QSessionManager.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QShowEvent.cpp b/harbour/contrib/hbqt/qtgui/g/QShowEvent.cpp index bcb45d1bce..8335a24d74 100644 --- a/harbour/contrib/hbqt/qtgui/g/QShowEvent.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QShowEvent.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QSizeGrip.cpp b/harbour/contrib/hbqt/qtgui/g/QSizeGrip.cpp index cabee7cfc0..11632d12d1 100644 --- a/harbour/contrib/hbqt/qtgui/g/QSizeGrip.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QSizeGrip.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QSizePolicy.cpp b/harbour/contrib/hbqt/qtgui/g/QSizePolicy.cpp index 4c7e99c251..7966583a93 100644 --- a/harbour/contrib/hbqt/qtgui/g/QSizePolicy.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QSizePolicy.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QSlider.cpp b/harbour/contrib/hbqt/qtgui/g/QSlider.cpp index 1c78aae5f5..e4d256c115 100644 --- a/harbour/contrib/hbqt/qtgui/g/QSlider.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QSlider.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QSound.cpp b/harbour/contrib/hbqt/qtgui/g/QSound.cpp index bba901a73e..c0830cf8c8 100644 --- a/harbour/contrib/hbqt/qtgui/g/QSound.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QSound.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QSpacerItem.cpp b/harbour/contrib/hbqt/qtgui/g/QSpacerItem.cpp index 69bd2ecc29..a4b1a4b54b 100644 --- a/harbour/contrib/hbqt/qtgui/g/QSpacerItem.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QSpacerItem.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QSpinBox.cpp b/harbour/contrib/hbqt/qtgui/g/QSpinBox.cpp index 7646dbd419..6bde90a678 100644 --- a/harbour/contrib/hbqt/qtgui/g/QSpinBox.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QSpinBox.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QSplashScreen.cpp b/harbour/contrib/hbqt/qtgui/g/QSplashScreen.cpp index 339c010e86..220f72e041 100644 --- a/harbour/contrib/hbqt/qtgui/g/QSplashScreen.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QSplashScreen.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QSplitter.cpp b/harbour/contrib/hbqt/qtgui/g/QSplitter.cpp index d23f0d6f75..bffdc3b0b4 100644 --- a/harbour/contrib/hbqt/qtgui/g/QSplitter.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QSplitter.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QStackedWidget.cpp b/harbour/contrib/hbqt/qtgui/g/QStackedWidget.cpp index fac8a987bc..494a6d5f03 100644 --- a/harbour/contrib/hbqt/qtgui/g/QStackedWidget.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QStackedWidget.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QStandardItem.cpp b/harbour/contrib/hbqt/qtgui/g/QStandardItem.cpp index 4eb0f15837..5d066b0591 100644 --- a/harbour/contrib/hbqt/qtgui/g/QStandardItem.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QStandardItem.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QStandardItemModel.cpp b/harbour/contrib/hbqt/qtgui/g/QStandardItemModel.cpp index 40ff1b2e24..a08454c5cd 100644 --- a/harbour/contrib/hbqt/qtgui/g/QStandardItemModel.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QStandardItemModel.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QStatusBar.cpp b/harbour/contrib/hbqt/qtgui/g/QStatusBar.cpp index f5bac9beb8..5790f4fa83 100644 --- a/harbour/contrib/hbqt/qtgui/g/QStatusBar.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QStatusBar.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QStringListModel.cpp b/harbour/contrib/hbqt/qtgui/g/QStringListModel.cpp index e758775580..a771084bb6 100644 --- a/harbour/contrib/hbqt/qtgui/g/QStringListModel.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QStringListModel.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QStyle.cpp b/harbour/contrib/hbqt/qtgui/g/QStyle.cpp index 9bf1587001..5a9ff8228d 100644 --- a/harbour/contrib/hbqt/qtgui/g/QStyle.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QStyle.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QStyleFactory.cpp b/harbour/contrib/hbqt/qtgui/g/QStyleFactory.cpp index 8a8a994e1f..d3bbad1527 100644 --- a/harbour/contrib/hbqt/qtgui/g/QStyleFactory.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QStyleFactory.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QStyleHintReturn.cpp b/harbour/contrib/hbqt/qtgui/g/QStyleHintReturn.cpp index 4527d2cbb5..8622a37bbf 100644 --- a/harbour/contrib/hbqt/qtgui/g/QStyleHintReturn.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QStyleHintReturn.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QStyleHintReturnMask.cpp b/harbour/contrib/hbqt/qtgui/g/QStyleHintReturnMask.cpp index 40e58beca9..bfb2b98a9f 100644 --- a/harbour/contrib/hbqt/qtgui/g/QStyleHintReturnMask.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QStyleHintReturnMask.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QStyleHintReturnVariant.cpp b/harbour/contrib/hbqt/qtgui/g/QStyleHintReturnVariant.cpp index a14d95238c..f74d9484da 100644 --- a/harbour/contrib/hbqt/qtgui/g/QStyleHintReturnVariant.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QStyleHintReturnVariant.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QStyleOption.cpp b/harbour/contrib/hbqt/qtgui/g/QStyleOption.cpp index 59bf9d6508..bdd1523099 100644 --- a/harbour/contrib/hbqt/qtgui/g/QStyleOption.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QStyleOption.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QStyleOptionButton.cpp b/harbour/contrib/hbqt/qtgui/g/QStyleOptionButton.cpp index f38eca6f7b..ccd38fb05b 100644 --- a/harbour/contrib/hbqt/qtgui/g/QStyleOptionButton.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QStyleOptionButton.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QStyleOptionComboBox.cpp b/harbour/contrib/hbqt/qtgui/g/QStyleOptionComboBox.cpp index 6e63f2c3e7..141a702c88 100644 --- a/harbour/contrib/hbqt/qtgui/g/QStyleOptionComboBox.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QStyleOptionComboBox.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QStyleOptionComplex.cpp b/harbour/contrib/hbqt/qtgui/g/QStyleOptionComplex.cpp index c986b21db1..ca67bb8612 100644 --- a/harbour/contrib/hbqt/qtgui/g/QStyleOptionComplex.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QStyleOptionComplex.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QStyleOptionDockWidget.cpp b/harbour/contrib/hbqt/qtgui/g/QStyleOptionDockWidget.cpp index 6fdb2b66e6..1bd73d77ff 100644 --- a/harbour/contrib/hbqt/qtgui/g/QStyleOptionDockWidget.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QStyleOptionDockWidget.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QStyleOptionFocusRect.cpp b/harbour/contrib/hbqt/qtgui/g/QStyleOptionFocusRect.cpp index 049436c889..1d1a04d2be 100644 --- a/harbour/contrib/hbqt/qtgui/g/QStyleOptionFocusRect.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QStyleOptionFocusRect.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QStyleOptionFrame.cpp b/harbour/contrib/hbqt/qtgui/g/QStyleOptionFrame.cpp index 36d6a2ffc6..a461250475 100644 --- a/harbour/contrib/hbqt/qtgui/g/QStyleOptionFrame.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QStyleOptionFrame.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QStyleOptionGroupBox.cpp b/harbour/contrib/hbqt/qtgui/g/QStyleOptionGroupBox.cpp index 8b1eb907d2..aa92f4e448 100644 --- a/harbour/contrib/hbqt/qtgui/g/QStyleOptionGroupBox.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QStyleOptionGroupBox.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QStyleOptionHeader.cpp b/harbour/contrib/hbqt/qtgui/g/QStyleOptionHeader.cpp index 47e10ee9ca..f11ccb897d 100644 --- a/harbour/contrib/hbqt/qtgui/g/QStyleOptionHeader.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QStyleOptionHeader.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QStyleOptionMenuItem.cpp b/harbour/contrib/hbqt/qtgui/g/QStyleOptionMenuItem.cpp index b4229c883b..3783b6ff8d 100644 --- a/harbour/contrib/hbqt/qtgui/g/QStyleOptionMenuItem.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QStyleOptionMenuItem.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QStyleOptionProgressBar.cpp b/harbour/contrib/hbqt/qtgui/g/QStyleOptionProgressBar.cpp index eb8322f714..09b3b7400a 100644 --- a/harbour/contrib/hbqt/qtgui/g/QStyleOptionProgressBar.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QStyleOptionProgressBar.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QStyleOptionSizeGrip.cpp b/harbour/contrib/hbqt/qtgui/g/QStyleOptionSizeGrip.cpp index eb4541ef9b..80073d185e 100644 --- a/harbour/contrib/hbqt/qtgui/g/QStyleOptionSizeGrip.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QStyleOptionSizeGrip.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QStyleOptionSlider.cpp b/harbour/contrib/hbqt/qtgui/g/QStyleOptionSlider.cpp index 9f082ecf2b..f0133024f2 100644 --- a/harbour/contrib/hbqt/qtgui/g/QStyleOptionSlider.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QStyleOptionSlider.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QStyleOptionSpinBox.cpp b/harbour/contrib/hbqt/qtgui/g/QStyleOptionSpinBox.cpp index dd914522a8..88d688c873 100644 --- a/harbour/contrib/hbqt/qtgui/g/QStyleOptionSpinBox.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QStyleOptionSpinBox.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QStyleOptionTab.cpp b/harbour/contrib/hbqt/qtgui/g/QStyleOptionTab.cpp index 4ad07ddcc9..881eb0a970 100644 --- a/harbour/contrib/hbqt/qtgui/g/QStyleOptionTab.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QStyleOptionTab.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QStyleOptionTabBarBase.cpp b/harbour/contrib/hbqt/qtgui/g/QStyleOptionTabBarBase.cpp index 7549e71400..1ff51847e5 100644 --- a/harbour/contrib/hbqt/qtgui/g/QStyleOptionTabBarBase.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QStyleOptionTabBarBase.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QStyleOptionTabWidgetFrame.cpp b/harbour/contrib/hbqt/qtgui/g/QStyleOptionTabWidgetFrame.cpp index 6f41e11dd2..a00037fab5 100644 --- a/harbour/contrib/hbqt/qtgui/g/QStyleOptionTabWidgetFrame.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QStyleOptionTabWidgetFrame.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QStyleOptionTitleBar.cpp b/harbour/contrib/hbqt/qtgui/g/QStyleOptionTitleBar.cpp index 4d759d3964..73dce2bd17 100644 --- a/harbour/contrib/hbqt/qtgui/g/QStyleOptionTitleBar.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QStyleOptionTitleBar.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QStyleOptionToolBar.cpp b/harbour/contrib/hbqt/qtgui/g/QStyleOptionToolBar.cpp index 11c4510d20..bdf885257e 100644 --- a/harbour/contrib/hbqt/qtgui/g/QStyleOptionToolBar.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QStyleOptionToolBar.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QStyleOptionToolBox.cpp b/harbour/contrib/hbqt/qtgui/g/QStyleOptionToolBox.cpp index 303be17c0a..3afb988280 100644 --- a/harbour/contrib/hbqt/qtgui/g/QStyleOptionToolBox.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QStyleOptionToolBox.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QStyleOptionToolButton.cpp b/harbour/contrib/hbqt/qtgui/g/QStyleOptionToolButton.cpp index 0ae3977a4e..6a48701430 100644 --- a/harbour/contrib/hbqt/qtgui/g/QStyleOptionToolButton.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QStyleOptionToolButton.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QStyleOptionViewItem.cpp b/harbour/contrib/hbqt/qtgui/g/QStyleOptionViewItem.cpp index 77d1871b56..a93ad49371 100644 --- a/harbour/contrib/hbqt/qtgui/g/QStyleOptionViewItem.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QStyleOptionViewItem.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QStylePainter.cpp b/harbour/contrib/hbqt/qtgui/g/QStylePainter.cpp index 2acd5e4cff..7a9f9d913e 100644 --- a/harbour/contrib/hbqt/qtgui/g/QStylePainter.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QStylePainter.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QStyledItemDelegate.cpp b/harbour/contrib/hbqt/qtgui/g/QStyledItemDelegate.cpp index b5fade5620..ba5123debd 100644 --- a/harbour/contrib/hbqt/qtgui/g/QStyledItemDelegate.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QStyledItemDelegate.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QSyntaxHighlighter.cpp b/harbour/contrib/hbqt/qtgui/g/QSyntaxHighlighter.cpp index 9c79e69035..2b3e259dab 100644 --- a/harbour/contrib/hbqt/qtgui/g/QSyntaxHighlighter.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QSyntaxHighlighter.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QSystemTrayIcon.cpp b/harbour/contrib/hbqt/qtgui/g/QSystemTrayIcon.cpp index a772027155..8436445c43 100644 --- a/harbour/contrib/hbqt/qtgui/g/QSystemTrayIcon.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QSystemTrayIcon.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QTabBar.cpp b/harbour/contrib/hbqt/qtgui/g/QTabBar.cpp index 4bbd55a671..580856ec19 100644 --- a/harbour/contrib/hbqt/qtgui/g/QTabBar.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QTabBar.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QTabWidget.cpp b/harbour/contrib/hbqt/qtgui/g/QTabWidget.cpp index a70d1c22fb..69bbd86dbf 100644 --- a/harbour/contrib/hbqt/qtgui/g/QTabWidget.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QTabWidget.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QTableView.cpp b/harbour/contrib/hbqt/qtgui/g/QTableView.cpp index cbf991d932..695f729efb 100644 --- a/harbour/contrib/hbqt/qtgui/g/QTableView.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QTableView.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QTableWidget.cpp b/harbour/contrib/hbqt/qtgui/g/QTableWidget.cpp index 910a3b14d2..817960a62a 100644 --- a/harbour/contrib/hbqt/qtgui/g/QTableWidget.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QTableWidget.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QTableWidgetItem.cpp b/harbour/contrib/hbqt/qtgui/g/QTableWidgetItem.cpp index 4ce5870e51..321eec85ca 100644 --- a/harbour/contrib/hbqt/qtgui/g/QTableWidgetItem.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QTableWidgetItem.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QTableWidgetSelectionRange.cpp b/harbour/contrib/hbqt/qtgui/g/QTableWidgetSelectionRange.cpp index 81e918896b..332f7e0fee 100644 --- a/harbour/contrib/hbqt/qtgui/g/QTableWidgetSelectionRange.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QTableWidgetSelectionRange.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QTextBlock.cpp b/harbour/contrib/hbqt/qtgui/g/QTextBlock.cpp index ee525d9700..52c56ee316 100644 --- a/harbour/contrib/hbqt/qtgui/g/QTextBlock.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QTextBlock.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QTextBlockFormat.cpp b/harbour/contrib/hbqt/qtgui/g/QTextBlockFormat.cpp index c6f3776b38..bff7ae4344 100644 --- a/harbour/contrib/hbqt/qtgui/g/QTextBlockFormat.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QTextBlockFormat.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QTextBlockGroup.cpp b/harbour/contrib/hbqt/qtgui/g/QTextBlockGroup.cpp index 50d753d880..7b1d9b171e 100644 --- a/harbour/contrib/hbqt/qtgui/g/QTextBlockGroup.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QTextBlockGroup.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QTextBrowser.cpp b/harbour/contrib/hbqt/qtgui/g/QTextBrowser.cpp index 2fcaed48f3..5d57f7a253 100644 --- a/harbour/contrib/hbqt/qtgui/g/QTextBrowser.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QTextBrowser.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QTextCharFormat.cpp b/harbour/contrib/hbqt/qtgui/g/QTextCharFormat.cpp index 4327bdea1d..b5018c2180 100644 --- a/harbour/contrib/hbqt/qtgui/g/QTextCharFormat.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QTextCharFormat.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QTextCursor.cpp b/harbour/contrib/hbqt/qtgui/g/QTextCursor.cpp index 48b1987ab3..85bdf9a0b0 100644 --- a/harbour/contrib/hbqt/qtgui/g/QTextCursor.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QTextCursor.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QTextDocument.cpp b/harbour/contrib/hbqt/qtgui/g/QTextDocument.cpp index 7f09973851..244cb8b9ce 100644 --- a/harbour/contrib/hbqt/qtgui/g/QTextDocument.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QTextDocument.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QTextDocumentFragment.cpp b/harbour/contrib/hbqt/qtgui/g/QTextDocumentFragment.cpp index 85709c4601..a2e23cf882 100644 --- a/harbour/contrib/hbqt/qtgui/g/QTextDocumentFragment.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QTextDocumentFragment.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QTextDocumentWriter.cpp b/harbour/contrib/hbqt/qtgui/g/QTextDocumentWriter.cpp index 9a0513ecea..6deee2d25d 100644 --- a/harbour/contrib/hbqt/qtgui/g/QTextDocumentWriter.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QTextDocumentWriter.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QTextEdit.cpp b/harbour/contrib/hbqt/qtgui/g/QTextEdit.cpp index 175c55b134..8d97cb376b 100644 --- a/harbour/contrib/hbqt/qtgui/g/QTextEdit.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QTextEdit.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QTextFormat.cpp b/harbour/contrib/hbqt/qtgui/g/QTextFormat.cpp index 82db315f5d..bc31755558 100644 --- a/harbour/contrib/hbqt/qtgui/g/QTextFormat.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QTextFormat.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QTextFragment.cpp b/harbour/contrib/hbqt/qtgui/g/QTextFragment.cpp index 2280f4c439..0c4a57ea3f 100644 --- a/harbour/contrib/hbqt/qtgui/g/QTextFragment.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QTextFragment.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QTextFrame.cpp b/harbour/contrib/hbqt/qtgui/g/QTextFrame.cpp index 95c4b4ffd6..00ea743671 100644 --- a/harbour/contrib/hbqt/qtgui/g/QTextFrame.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QTextFrame.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QTextFrameFormat.cpp b/harbour/contrib/hbqt/qtgui/g/QTextFrameFormat.cpp index a08c8c3ce1..c3f75e5c8e 100644 --- a/harbour/contrib/hbqt/qtgui/g/QTextFrameFormat.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QTextFrameFormat.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QTextImageFormat.cpp b/harbour/contrib/hbqt/qtgui/g/QTextImageFormat.cpp index e04ca06e17..80b19b5f24 100644 --- a/harbour/contrib/hbqt/qtgui/g/QTextImageFormat.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QTextImageFormat.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QTextInlineObject.cpp b/harbour/contrib/hbqt/qtgui/g/QTextInlineObject.cpp index 425a06d7e0..07032fef80 100644 --- a/harbour/contrib/hbqt/qtgui/g/QTextInlineObject.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QTextInlineObject.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QTextItem.cpp b/harbour/contrib/hbqt/qtgui/g/QTextItem.cpp index 912db80586..063f0a16a5 100644 --- a/harbour/contrib/hbqt/qtgui/g/QTextItem.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QTextItem.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QTextLayout.cpp b/harbour/contrib/hbqt/qtgui/g/QTextLayout.cpp index 4ef54c388d..b805c4255a 100644 --- a/harbour/contrib/hbqt/qtgui/g/QTextLayout.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QTextLayout.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QTextLength.cpp b/harbour/contrib/hbqt/qtgui/g/QTextLength.cpp index 7d7e6e1dd3..39da4141d1 100644 --- a/harbour/contrib/hbqt/qtgui/g/QTextLength.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QTextLength.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QTextLine.cpp b/harbour/contrib/hbqt/qtgui/g/QTextLine.cpp index f553f4e3cb..76bfa975a6 100644 --- a/harbour/contrib/hbqt/qtgui/g/QTextLine.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QTextLine.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QTextList.cpp b/harbour/contrib/hbqt/qtgui/g/QTextList.cpp index 658c561608..587c7f8e6d 100644 --- a/harbour/contrib/hbqt/qtgui/g/QTextList.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QTextList.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QTextListFormat.cpp b/harbour/contrib/hbqt/qtgui/g/QTextListFormat.cpp index 2b6fa8dd76..00f888ae37 100644 --- a/harbour/contrib/hbqt/qtgui/g/QTextListFormat.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QTextListFormat.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QTextObject.cpp b/harbour/contrib/hbqt/qtgui/g/QTextObject.cpp index cf7738e079..64211e4fad 100644 --- a/harbour/contrib/hbqt/qtgui/g/QTextObject.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QTextObject.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QTextOption.cpp b/harbour/contrib/hbqt/qtgui/g/QTextOption.cpp index 8366a1fe33..3245064679 100644 --- a/harbour/contrib/hbqt/qtgui/g/QTextOption.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QTextOption.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QTextTableFormat.cpp b/harbour/contrib/hbqt/qtgui/g/QTextTableFormat.cpp index 72c6e18ed3..02e2006a8a 100644 --- a/harbour/contrib/hbqt/qtgui/g/QTextTableFormat.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QTextTableFormat.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QTimeEdit.cpp b/harbour/contrib/hbqt/qtgui/g/QTimeEdit.cpp index 1570e10f3a..97accd4600 100644 --- a/harbour/contrib/hbqt/qtgui/g/QTimeEdit.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QTimeEdit.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QToolBar.cpp b/harbour/contrib/hbqt/qtgui/g/QToolBar.cpp index 4ac715e84d..44e21a1c8c 100644 --- a/harbour/contrib/hbqt/qtgui/g/QToolBar.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QToolBar.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QToolBox.cpp b/harbour/contrib/hbqt/qtgui/g/QToolBox.cpp index ebbf62ee97..eda615b856 100644 --- a/harbour/contrib/hbqt/qtgui/g/QToolBox.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QToolBox.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QToolButton.cpp b/harbour/contrib/hbqt/qtgui/g/QToolButton.cpp index a72610d09e..1dd958e940 100644 --- a/harbour/contrib/hbqt/qtgui/g/QToolButton.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QToolButton.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QTransform.cpp b/harbour/contrib/hbqt/qtgui/g/QTransform.cpp index 0816bbac6a..879bccda5c 100644 --- a/harbour/contrib/hbqt/qtgui/g/QTransform.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QTransform.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QTreeView.cpp b/harbour/contrib/hbqt/qtgui/g/QTreeView.cpp index 74af1e8029..bca966ccc5 100644 --- a/harbour/contrib/hbqt/qtgui/g/QTreeView.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QTreeView.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QTreeWidget.cpp b/harbour/contrib/hbqt/qtgui/g/QTreeWidget.cpp index 2ed0db4adb..e004fe7ab8 100644 --- a/harbour/contrib/hbqt/qtgui/g/QTreeWidget.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QTreeWidget.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QTreeWidgetItem.cpp b/harbour/contrib/hbqt/qtgui/g/QTreeWidgetItem.cpp index 3e78ebb552..6e684ca4bb 100644 --- a/harbour/contrib/hbqt/qtgui/g/QTreeWidgetItem.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QTreeWidgetItem.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QUiLoader.cpp b/harbour/contrib/hbqt/qtgui/g/QUiLoader.cpp index db682d59ad..8a4e7fb34d 100644 --- a/harbour/contrib/hbqt/qtgui/g/QUiLoader.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QUiLoader.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QVBoxLayout.cpp b/harbour/contrib/hbqt/qtgui/g/QVBoxLayout.cpp index 31e4b906c9..7126eb4975 100644 --- a/harbour/contrib/hbqt/qtgui/g/QVBoxLayout.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QVBoxLayout.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QValidator.cpp b/harbour/contrib/hbqt/qtgui/g/QValidator.cpp index bca5e0fa54..a64785c572 100644 --- a/harbour/contrib/hbqt/qtgui/g/QValidator.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QValidator.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QWheelEvent.cpp b/harbour/contrib/hbqt/qtgui/g/QWheelEvent.cpp index d94f6ce00d..cce400734b 100644 --- a/harbour/contrib/hbqt/qtgui/g/QWheelEvent.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QWheelEvent.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QWidget.cpp b/harbour/contrib/hbqt/qtgui/g/QWidget.cpp index 940108bb24..add04c9e31 100644 --- a/harbour/contrib/hbqt/qtgui/g/QWidget.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QWidget.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QWidgetAction.cpp b/harbour/contrib/hbqt/qtgui/g/QWidgetAction.cpp index 33fb085f24..8953736c75 100644 --- a/harbour/contrib/hbqt/qtgui/g/QWidgetAction.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QWidgetAction.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QWidgetItem.cpp b/harbour/contrib/hbqt/qtgui/g/QWidgetItem.cpp index 051fc4dd8b..115f56f070 100644 --- a/harbour/contrib/hbqt/qtgui/g/QWidgetItem.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QWidgetItem.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QWindowStateChangeEvent.cpp b/harbour/contrib/hbqt/qtgui/g/QWindowStateChangeEvent.cpp index b3581f8d92..38a57601a3 100644 --- a/harbour/contrib/hbqt/qtgui/g/QWindowStateChangeEvent.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QWindowStateChangeEvent.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QWindowsStyle.cpp b/harbour/contrib/hbqt/qtgui/g/QWindowsStyle.cpp index 934e3bc176..31792b363f 100644 --- a/harbour/contrib/hbqt/qtgui/g/QWindowsStyle.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QWindowsStyle.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QWizard.cpp b/harbour/contrib/hbqt/qtgui/g/QWizard.cpp index a75c912cbb..6b6a126f0e 100644 --- a/harbour/contrib/hbqt/qtgui/g/QWizard.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QWizard.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/QWizardPage.cpp b/harbour/contrib/hbqt/qtgui/g/QWizardPage.cpp index 2eef7c0c30..3e76b2977e 100644 --- a/harbour/contrib/hbqt/qtgui/g/QWizardPage.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QWizardPage.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtgui_garbage.h" -#include "hbqtgui.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtgui.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/g/hbqtgui.h b/harbour/contrib/hbqt/qtgui/g/hbqtgui.h index 88e4625d87..f3a8b60c91 100644 --- a/harbour/contrib/hbqt/qtgui/g/hbqtgui.h +++ b/harbour/contrib/hbqt/qtgui/g/hbqtgui.h @@ -8,11 +8,461 @@ /* or the generator tool itself, and run regenarate. */ /* -------------------------------------------------------------------- */ -#include "hbqt.h" - #ifndef __HBQTGUI_H #define __HBQTGUI_H +#include "hbqt.h" + +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_HBQAbstractItemModel ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_HBQMainWindow ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_HBQPlainTextEdit ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_HBQSyntaxHighlighter ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_HBQTableView ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_HBQTextBlockUserData ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QAbstractButton ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QAbstractItemDelegate ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QAbstractItemView ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QAbstractPrintDialog ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QAbstractProxyModel ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QAbstractScrollArea ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QAbstractSlider ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QAbstractSpinBox ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QAbstractTextDocumentLayout ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QAction ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QActionGroup ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QApplication ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QBitmap ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QBoxLayout ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QBrush ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QButtonGroup ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QCalendarWidget ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QCheckBox ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QClipboard ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QColor ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QColorDialog ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QComboBox ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QCommandLinkButton ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QCommonStyle ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QCompleter ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QConicalGradient ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QContextMenuEvent ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QCursor ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QDateEdit ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QDateTimeEdit ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QDesktopWidget ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QDial ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QDialog ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QDirModel ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QDockWidget ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QDoubleSpinBox ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QDragEnterEvent ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QDragLeaveEvent ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QDragMoveEvent ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QDropEvent ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QErrorMessage ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QFileDialog ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QFileIconProvider ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QFileSystemModel ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QFocusEvent ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QFocusFrame ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QFont ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QFontComboBox ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QFontDatabase ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QFontDialog ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QFontInfo ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QFontMetrics ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QFontMetricsF ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QFormLayout ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QFrame ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QGradient ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QGridLayout ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QGroupBox ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QHBoxLayout ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QHeaderView ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QHelpEvent ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QHideEvent ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QIcon ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QImage ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QImageReader ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QImageWriter ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QInputDialog ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QInputEvent ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QInputMethodEvent ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QItemDelegate ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QItemEditorCreatorBase ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QItemEditorFactory ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QItemSelection ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QItemSelectionModel ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QKeyEvent ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QKeySequence ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QLabel ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QLayout ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QLayoutItem ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QLCDNumber ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QLinearGradient ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QLineEdit ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QListView ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QListWidget ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QListWidgetItem ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QMainWindow ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QMatrix ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QMdiArea ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QMdiSubWindow ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QMenu ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QMenuBar ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QMessageBox ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QMouseEvent ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QMoveEvent ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QMovie ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QPageSetupDialog ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QPaintDevice ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QPaintEngine ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QPainter ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QPainterPath ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QPaintEvent ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QPalette ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QPen ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QPicture ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QPixmap ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QPlainTextDocumentLayout ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QPlainTextEdit ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QPolygon ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QPolygonF ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QPrintDialog ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QPrintEngine ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QPrinter ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QPrintPreviewDialog ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QProgressBar ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QProgressDialog ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QPushButton ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QRadialGradient ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QRadioButton ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QRegion ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QResizeEvent ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QScrollArea ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QScrollBar ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QSessionManager ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QShowEvent ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QSizeGrip ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QSizePolicy ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QSlider ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QSound ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QSpacerItem ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QSpinBox ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QSplashScreen ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QSplitter ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStackedWidget ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStandardItem ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStandardItemModel ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStatusBar ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStringListModel ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyle ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyledItemDelegate ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyleFactory ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyleHintReturn ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyleHintReturnMask ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyleHintReturnVariant ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyleOption ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyleOptionButton ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyleOptionComboBox ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyleOptionComplex ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyleOptionDockWidget ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyleOptionFocusRect ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyleOptionFrame ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyleOptionGroupBox ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyleOptionHeader ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyleOptionMenuItem ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyleOptionProgressBar ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyleOptionSizeGrip ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyleOptionSlider ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyleOptionSpinBox ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyleOptionTab ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyleOptionTabBarBase ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyleOptionTabWidgetFrame ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyleOptionTitleBar ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyleOptionToolBar ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyleOptionToolBox ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyleOptionToolButton ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyleOptionViewItem ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStylePainter ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QSyntaxHighlighter ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QSystemTrayIcon ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTabBar ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTableView ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTableWidget ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTableWidgetItem ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTableWidgetSelectionRange ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTabWidget ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextBlock ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextBlockFormat ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextBlockGroup ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextBrowser ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextCharFormat ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextCursor ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextDocument ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextDocumentFragment ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextDocumentWriter ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextEdit ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextFormat ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextFragment ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextFrame ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextFrameFormat ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextImageFormat ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextInlineObject ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextItem ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextLayout ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextLength ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextLine ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextList ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextListFormat ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextObject ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextOption ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextTableFormat ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTimeEdit ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QToolBar ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QToolBox ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QToolButton ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTransform ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTreeView ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTreeWidget ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTreeWidgetItem ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QValidator ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QVBoxLayout ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QWheelEvent ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QWidget ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QWidgetAction ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QWidgetItem ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QWindowsStyle ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QWindowStateChangeEvent ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QWizard ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QWizardPage ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QUiLoader ); + +extern HB_EXPORT void * hbqt_gcAllocate_HBQAbstractItemModel( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_HBQMainWindow( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_HBQPlainTextEdit( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_HBQSyntaxHighlighter( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_HBQTableView( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_HBQTextBlockUserData( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QAbstractButton( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QAbstractItemDelegate( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QAbstractItemView( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QAbstractPrintDialog( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QAbstractProxyModel( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QAbstractScrollArea( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QAbstractSlider( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QAbstractSpinBox( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QAbstractTextDocumentLayout( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QAction( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QActionGroup( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QApplication( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QBitmap( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QBoxLayout( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QBrush( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QButtonGroup( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QCalendarWidget( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QCheckBox( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QClipboard( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QColor( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QColorDialog( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QComboBox( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QCommandLinkButton( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QCommonStyle( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QCompleter( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QConicalGradient( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QContextMenuEvent( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QCursor( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QDateEdit( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QDateTimeEdit( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QDesktopWidget( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QDial( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QDialog( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QDirModel( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QDockWidget( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QDoubleSpinBox( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QDragEnterEvent( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QDragLeaveEvent( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QDragMoveEvent( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QDropEvent( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QErrorMessage( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QFileDialog( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QFileIconProvider( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QFileSystemModel( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QFocusEvent( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QFocusFrame( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QFont( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QFontComboBox( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QFontDatabase( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QFontDialog( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QFontInfo( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QFontMetrics( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QFontMetricsF( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QFormLayout( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QFrame( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QGradient( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QGridLayout( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QGroupBox( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QHBoxLayout( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QHeaderView( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QHelpEvent( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QHideEvent( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QIcon( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QImage( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QImageReader( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QImageWriter( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QInputDialog( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QInputEvent( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QInputMethodEvent( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QItemDelegate( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QItemEditorCreatorBase( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QItemEditorFactory( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QItemSelection( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QItemSelectionModel( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QKeyEvent( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QKeySequence( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QLabel( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QLayout( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QLayoutItem( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QLCDNumber( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QLinearGradient( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QLineEdit( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QListView( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QListWidget( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QListWidgetItem( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QMainWindow( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QMatrix( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QMdiArea( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QMdiSubWindow( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QMenu( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QMenuBar( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QMessageBox( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QMouseEvent( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QMoveEvent( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QMovie( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QPageSetupDialog( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QPaintDevice( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QPaintEngine( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QPainter( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QPainterPath( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QPaintEvent( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QPalette( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QPen( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QPicture( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QPixmap( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QPlainTextDocumentLayout( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QPlainTextEdit( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QPolygon( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QPolygonF( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QPrintDialog( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QPrintEngine( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QPrinter( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QPrintPreviewDialog( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QProgressBar( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QProgressDialog( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QPushButton( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QRadialGradient( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QRadioButton( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QRegion( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QResizeEvent( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QScrollArea( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QScrollBar( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QSessionManager( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QShowEvent( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QSizeGrip( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QSizePolicy( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QSlider( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QSound( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QSpacerItem( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QSpinBox( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QSplashScreen( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QSplitter( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QStackedWidget( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QStandardItem( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QStandardItemModel( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QStatusBar( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QStringListModel( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QStyle( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QStyledItemDelegate( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QStyleFactory( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QStyleHintReturn( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QStyleHintReturnMask( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QStyleHintReturnVariant( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QStyleOption( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QStyleOptionButton( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QStyleOptionComboBox( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QStyleOptionComplex( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QStyleOptionDockWidget( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QStyleOptionFocusRect( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QStyleOptionFrame( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QStyleOptionGroupBox( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QStyleOptionHeader( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QStyleOptionMenuItem( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QStyleOptionProgressBar( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QStyleOptionSizeGrip( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QStyleOptionSlider( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QStyleOptionSpinBox( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QStyleOptionTab( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QStyleOptionTabBarBase( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QStyleOptionTabWidgetFrame( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QStyleOptionTitleBar( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QStyleOptionToolBar( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QStyleOptionToolBox( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QStyleOptionToolButton( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QStyleOptionViewItem( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QStylePainter( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QSyntaxHighlighter( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QSystemTrayIcon( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QTabBar( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QTableView( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QTableWidget( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QTableWidgetItem( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QTableWidgetSelectionRange( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QTabWidget( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QTextBlock( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QTextBlockFormat( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QTextBlockGroup( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QTextBrowser( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QTextCharFormat( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QTextCursor( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QTextDocument( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QTextDocumentFragment( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QTextDocumentWriter( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QTextEdit( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QTextFormat( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QTextFragment( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QTextFrame( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QTextFrameFormat( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QTextImageFormat( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QTextInlineObject( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QTextItem( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QTextLayout( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QTextLength( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QTextLine( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QTextList( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QTextListFormat( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QTextObject( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QTextOption( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QTextTableFormat( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QTimeEdit( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QToolBar( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QToolBox( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QToolButton( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QTransform( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QTreeView( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QTreeWidget( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QTreeWidgetItem( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QValidator( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QVBoxLayout( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QWheelEvent( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QWidget( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QWidgetAction( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QWidgetItem( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QWindowsStyle( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QWindowStateChangeEvent( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QWizard( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QWizardPage( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QUiLoader( void * pObj, bool bNew ); + #define hbqt_par_HBQAbstractItemModel( n ) ( ( HBQAbstractItemModel * ) hbqt_gcpointer( n ) ) #define hbqt_par_HBQMainWindow( n ) ( ( HBQMainWindow * ) hbqt_gcpointer( n ) ) #define hbqt_par_HBQPlainTextEdit( n ) ( ( HBQPlainTextEdit * ) hbqt_gcpointer( n ) ) diff --git a/harbour/contrib/hbqt/qtgui/g/hbqtgui_garbage.h b/harbour/contrib/hbqt/qtgui/g/hbqtgui_garbage.h deleted file mode 100644 index 7cc262c724..0000000000 --- a/harbour/contrib/hbqt/qtgui/g/hbqtgui_garbage.h +++ /dev/null @@ -1,462 +0,0 @@ -/* - * $Id$ - */ - -/* -------------------------------------------------------------------- */ -/* WARNING: Automatically generated source file. DO NOT EDIT! */ -/* Instead, edit corresponding .qth file, */ -/* or the generator tool itself, and run regenarate. */ -/* -------------------------------------------------------------------- */ - -#include "hbqt.h" - -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_HBQAbstractItemModel ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_HBQMainWindow ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_HBQPlainTextEdit ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_HBQSyntaxHighlighter ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_HBQTableView ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_HBQTextBlockUserData ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QAbstractButton ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QAbstractItemDelegate ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QAbstractItemView ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QAbstractPrintDialog ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QAbstractProxyModel ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QAbstractScrollArea ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QAbstractSlider ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QAbstractSpinBox ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QAbstractTextDocumentLayout ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QAction ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QActionGroup ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QApplication ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QBitmap ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QBoxLayout ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QBrush ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QButtonGroup ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QCalendarWidget ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QCheckBox ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QClipboard ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QColor ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QColorDialog ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QComboBox ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QCommandLinkButton ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QCommonStyle ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QCompleter ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QConicalGradient ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QContextMenuEvent ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QCursor ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QDateEdit ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QDateTimeEdit ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QDesktopWidget ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QDial ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QDialog ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QDirModel ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QDockWidget ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QDoubleSpinBox ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QDragEnterEvent ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QDragLeaveEvent ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QDragMoveEvent ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QDropEvent ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QErrorMessage ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QFileDialog ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QFileIconProvider ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QFileSystemModel ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QFocusEvent ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QFocusFrame ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QFont ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QFontComboBox ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QFontDatabase ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QFontDialog ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QFontInfo ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QFontMetrics ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QFontMetricsF ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QFormLayout ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QFrame ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QGradient ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QGridLayout ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QGroupBox ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QHBoxLayout ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QHeaderView ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QHelpEvent ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QHideEvent ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QIcon ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QImage ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QImageReader ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QImageWriter ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QInputDialog ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QInputEvent ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QInputMethodEvent ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QItemDelegate ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QItemEditorCreatorBase ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QItemEditorFactory ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QItemSelection ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QItemSelectionModel ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QKeyEvent ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QKeySequence ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QLabel ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QLayout ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QLayoutItem ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QLCDNumber ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QLinearGradient ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QLineEdit ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QListView ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QListWidget ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QListWidgetItem ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QMainWindow ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QMatrix ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QMdiArea ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QMdiSubWindow ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QMenu ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QMenuBar ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QMessageBox ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QMouseEvent ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QMoveEvent ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QMovie ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QPageSetupDialog ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QPaintDevice ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QPaintEngine ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QPainter ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QPainterPath ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QPaintEvent ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QPalette ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QPen ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QPicture ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QPixmap ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QPlainTextDocumentLayout ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QPlainTextEdit ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QPolygon ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QPolygonF ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QPrintDialog ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QPrintEngine ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QPrinter ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QPrintPreviewDialog ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QProgressBar ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QProgressDialog ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QPushButton ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QRadialGradient ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QRadioButton ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QRegion ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QResizeEvent ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QScrollArea ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QScrollBar ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QSessionManager ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QShowEvent ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QSizeGrip ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QSizePolicy ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QSlider ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QSound ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QSpacerItem ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QSpinBox ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QSplashScreen ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QSplitter ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStackedWidget ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStandardItem ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStandardItemModel ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStatusBar ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStringListModel ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyle ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyledItemDelegate ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyleFactory ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyleHintReturn ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyleHintReturnMask ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyleHintReturnVariant ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyleOption ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyleOptionButton ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyleOptionComboBox ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyleOptionComplex ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyleOptionDockWidget ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyleOptionFocusRect ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyleOptionFrame ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyleOptionGroupBox ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyleOptionHeader ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyleOptionMenuItem ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyleOptionProgressBar ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyleOptionSizeGrip ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyleOptionSlider ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyleOptionSpinBox ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyleOptionTab ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyleOptionTabBarBase ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyleOptionTabWidgetFrame ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyleOptionTitleBar ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyleOptionToolBar ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyleOptionToolBox ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyleOptionToolButton ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStyleOptionViewItem ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QStylePainter ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QSyntaxHighlighter ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QSystemTrayIcon ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTabBar ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTableView ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTableWidget ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTableWidgetItem ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTableWidgetSelectionRange ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTabWidget ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextBlock ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextBlockFormat ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextBlockGroup ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextBrowser ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextCharFormat ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextCursor ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextDocument ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextDocumentFragment ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextDocumentWriter ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextEdit ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextFormat ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextFragment ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextFrame ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextFrameFormat ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextImageFormat ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextInlineObject ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextItem ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextLayout ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextLength ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextLine ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextList ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextListFormat ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextObject ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextOption ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTextTableFormat ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTimeEdit ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QToolBar ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QToolBox ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QToolButton ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTransform ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTreeView ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTreeWidget ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QTreeWidgetItem ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QValidator ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QVBoxLayout ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QWheelEvent ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QWidget ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QWidgetAction ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QWidgetItem ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QWindowsStyle ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QWindowStateChangeEvent ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QWizard ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QWizardPage ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QUiLoader ); - -extern HB_EXPORT void * hbqt_gcAllocate_HBQAbstractItemModel( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_HBQMainWindow( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_HBQPlainTextEdit( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_HBQSyntaxHighlighter( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_HBQTableView( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_HBQTextBlockUserData( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QAbstractButton( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QAbstractItemDelegate( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QAbstractItemView( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QAbstractPrintDialog( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QAbstractProxyModel( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QAbstractScrollArea( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QAbstractSlider( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QAbstractSpinBox( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QAbstractTextDocumentLayout( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QAction( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QActionGroup( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QApplication( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QBitmap( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QBoxLayout( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QBrush( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QButtonGroup( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QCalendarWidget( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QCheckBox( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QClipboard( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QColor( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QColorDialog( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QComboBox( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QCommandLinkButton( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QCommonStyle( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QCompleter( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QConicalGradient( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QContextMenuEvent( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QCursor( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QDateEdit( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QDateTimeEdit( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QDesktopWidget( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QDial( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QDialog( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QDirModel( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QDockWidget( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QDoubleSpinBox( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QDragEnterEvent( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QDragLeaveEvent( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QDragMoveEvent( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QDropEvent( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QErrorMessage( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QFileDialog( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QFileIconProvider( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QFileSystemModel( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QFocusEvent( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QFocusFrame( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QFont( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QFontComboBox( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QFontDatabase( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QFontDialog( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QFontInfo( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QFontMetrics( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QFontMetricsF( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QFormLayout( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QFrame( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QGradient( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QGridLayout( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QGroupBox( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QHBoxLayout( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QHeaderView( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QHelpEvent( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QHideEvent( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QIcon( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QImage( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QImageReader( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QImageWriter( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QInputDialog( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QInputEvent( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QInputMethodEvent( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QItemDelegate( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QItemEditorCreatorBase( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QItemEditorFactory( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QItemSelection( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QItemSelectionModel( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QKeyEvent( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QKeySequence( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QLabel( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QLayout( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QLayoutItem( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QLCDNumber( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QLinearGradient( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QLineEdit( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QListView( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QListWidget( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QListWidgetItem( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QMainWindow( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QMatrix( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QMdiArea( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QMdiSubWindow( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QMenu( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QMenuBar( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QMessageBox( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QMouseEvent( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QMoveEvent( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QMovie( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QPageSetupDialog( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QPaintDevice( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QPaintEngine( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QPainter( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QPainterPath( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QPaintEvent( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QPalette( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QPen( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QPicture( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QPixmap( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QPlainTextDocumentLayout( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QPlainTextEdit( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QPolygon( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QPolygonF( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QPrintDialog( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QPrintEngine( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QPrinter( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QPrintPreviewDialog( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QProgressBar( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QProgressDialog( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QPushButton( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QRadialGradient( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QRadioButton( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QRegion( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QResizeEvent( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QScrollArea( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QScrollBar( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QSessionManager( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QShowEvent( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QSizeGrip( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QSizePolicy( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QSlider( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QSound( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QSpacerItem( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QSpinBox( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QSplashScreen( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QSplitter( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QStackedWidget( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QStandardItem( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QStandardItemModel( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QStatusBar( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QStringListModel( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QStyle( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QStyledItemDelegate( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QStyleFactory( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QStyleHintReturn( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QStyleHintReturnMask( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QStyleHintReturnVariant( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QStyleOption( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QStyleOptionButton( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QStyleOptionComboBox( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QStyleOptionComplex( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QStyleOptionDockWidget( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QStyleOptionFocusRect( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QStyleOptionFrame( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QStyleOptionGroupBox( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QStyleOptionHeader( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QStyleOptionMenuItem( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QStyleOptionProgressBar( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QStyleOptionSizeGrip( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QStyleOptionSlider( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QStyleOptionSpinBox( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QStyleOptionTab( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QStyleOptionTabBarBase( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QStyleOptionTabWidgetFrame( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QStyleOptionTitleBar( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QStyleOptionToolBar( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QStyleOptionToolBox( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QStyleOptionToolButton( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QStyleOptionViewItem( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QStylePainter( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QSyntaxHighlighter( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QSystemTrayIcon( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QTabBar( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QTableView( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QTableWidget( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QTableWidgetItem( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QTableWidgetSelectionRange( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QTabWidget( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QTextBlock( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QTextBlockFormat( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QTextBlockGroup( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QTextBrowser( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QTextCharFormat( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QTextCursor( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QTextDocument( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QTextDocumentFragment( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QTextDocumentWriter( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QTextEdit( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QTextFormat( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QTextFragment( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QTextFrame( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QTextFrameFormat( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QTextImageFormat( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QTextInlineObject( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QTextItem( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QTextLayout( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QTextLength( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QTextLine( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QTextList( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QTextListFormat( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QTextObject( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QTextOption( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QTextTableFormat( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QTimeEdit( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QToolBar( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QToolBox( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QToolButton( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QTransform( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QTreeView( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QTreeWidget( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QTreeWidgetItem( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QValidator( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QVBoxLayout( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QWheelEvent( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QWidget( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QWidgetAction( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QWidgetItem( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QWindowsStyle( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QWindowStateChangeEvent( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QWizard( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QWizardPage( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QUiLoader( void * pObj, bool bNew ); - diff --git a/harbour/contrib/hbqt/qtgui/hbqt_hbqabstractitemmodel.cpp b/harbour/contrib/hbqt/qtgui/hbqt_hbqabstractitemmodel.cpp index e5eea79a51..ef5dadce71 100644 --- a/harbour/contrib/hbqt/qtgui/hbqt_hbqabstractitemmodel.cpp +++ b/harbour/contrib/hbqt/qtgui/hbqt_hbqabstractitemmodel.cpp @@ -51,8 +51,6 @@ * */ -#include "hbqt.h" - #include "hbapiitm.h" #include "hbvm.h" diff --git a/harbour/contrib/hbqt/qtgui/hbqt_hbqabstractitemmodel.h b/harbour/contrib/hbqt/qtgui/hbqt_hbqabstractitemmodel.h index 14ec256f19..57adf65e36 100644 --- a/harbour/contrib/hbqt/qtgui/hbqt_hbqabstractitemmodel.h +++ b/harbour/contrib/hbqt/qtgui/hbqt_hbqabstractitemmodel.h @@ -54,7 +54,7 @@ #ifndef HBQT_HBQAbstractItemModel_H #define HBQT_HBQAbstractItemModel_H -#include "hbapi.h" +#include "hbqt.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtgui/hbqt_hbqmainwindow.cpp b/harbour/contrib/hbqt/qtgui/hbqt_hbqmainwindow.cpp index da6a2c1a0b..2e0298ae51 100644 --- a/harbour/contrib/hbqt/qtgui/hbqt_hbqmainwindow.cpp +++ b/harbour/contrib/hbqt/qtgui/hbqt_hbqmainwindow.cpp @@ -51,10 +51,7 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" - #include "hbapiitm.h" -#include "hbthread.h" #include "hbvm.h" #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtgui/hbqt_hbqmainwindow.h b/harbour/contrib/hbqt/qtgui/hbqt_hbqmainwindow.h index 2ea580e28e..7e4bdf615a 100644 --- a/harbour/contrib/hbqt/qtgui/hbqt_hbqmainwindow.h +++ b/harbour/contrib/hbqt/qtgui/hbqt_hbqmainwindow.h @@ -53,7 +53,7 @@ #ifndef HBQT_HBQMAINWINDOW_H #define HBQT_HBQMAINWINDOW_H -#include "hbapiitm.h" +#include "hbqt.h" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtgui/hbqt_hbqplaintextedit.cpp b/harbour/contrib/hbqt/qtgui/hbqt_hbqplaintextedit.cpp index dce4a8a26e..992397f807 100644 --- a/harbour/contrib/hbqt/qtgui/hbqt_hbqplaintextedit.cpp +++ b/harbour/contrib/hbqt/qtgui/hbqt_hbqplaintextedit.cpp @@ -65,15 +65,13 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" - #include "hbapiitm.h" -#include "hbthread.h" #include "hbvm.h" #if QT_VERSION >= 0x040500 #include "hbqt_hbqplaintextedit.h" + #include #define selectionState_off 0 diff --git a/harbour/contrib/hbqt/qtgui/hbqt_hbqplaintextedit.h b/harbour/contrib/hbqt/qtgui/hbqt_hbqplaintextedit.h index 62f516ae00..70fc2d6994 100644 --- a/harbour/contrib/hbqt/qtgui/hbqt_hbqplaintextedit.h +++ b/harbour/contrib/hbqt/qtgui/hbqt_hbqplaintextedit.h @@ -51,9 +51,9 @@ */ #ifndef HBQT_HBQPLAINTEXTEDIT_H - #define HBQT_HBQPLAINTEXTEDIT_H +#define HBQT_HBQPLAINTEXTEDIT_H -#include "hbapiitm.h" +#include "hbqtgui.h" #include diff --git a/harbour/contrib/hbqt/qtgui/hbqt_hbqsyntaxhighlighter.cpp b/harbour/contrib/hbqt/qtgui/hbqt_hbqsyntaxhighlighter.cpp index c6d6b33c67..cc1120f3aa 100644 --- a/harbour/contrib/hbqt/qtgui/hbqt_hbqsyntaxhighlighter.cpp +++ b/harbour/contrib/hbqt/qtgui/hbqt_hbqsyntaxhighlighter.cpp @@ -51,8 +51,6 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" - #if QT_VERSION >= 0x040500 #include "hbqt_hbqsyntaxhighlighter.h" diff --git a/harbour/contrib/hbqt/qtgui/hbqt_hbqsyntaxhighlighter.h b/harbour/contrib/hbqt/qtgui/hbqt_hbqsyntaxhighlighter.h index 848498f979..c5b3e82e48 100644 --- a/harbour/contrib/hbqt/qtgui/hbqt_hbqsyntaxhighlighter.h +++ b/harbour/contrib/hbqt/qtgui/hbqt_hbqsyntaxhighlighter.h @@ -53,6 +53,8 @@ #ifndef HBQSYNTAXHIGHLIGHTER_H #define HBQSYNTAXHIGHLIGHTER_H +#include "hbqtgui.h" + /*----------------------------------------------------------------------*/ #include diff --git a/harbour/contrib/hbqt/qtgui/hbqt_hbqtableview.cpp b/harbour/contrib/hbqt/qtgui/hbqt_hbqtableview.cpp index 93080cb56d..53f028b332 100644 --- a/harbour/contrib/hbqt/qtgui/hbqt_hbqtableview.cpp +++ b/harbour/contrib/hbqt/qtgui/hbqt_hbqtableview.cpp @@ -53,13 +53,12 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" - #if QT_VERSION >= 0x040500 -#include #include "hbqt_hbqtableview.h" +#include + HBQTableView::HBQTableView( QWidget * parent ) : QTableView( parent ) { } diff --git a/harbour/contrib/hbqt/qtgui/hbqt_hbqtableview.h b/harbour/contrib/hbqt/qtgui/hbqt_hbqtableview.h index b30878e2ed..c45e2bb228 100644 --- a/harbour/contrib/hbqt/qtgui/hbqt_hbqtableview.h +++ b/harbour/contrib/hbqt/qtgui/hbqt_hbqtableview.h @@ -55,6 +55,8 @@ #ifndef HBQT_HBQTABLEVIEW_H #define HBQT_HBQTABLEVIEW_H +#include "hbqtgui.h" + #include /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbqt/qtcore/hbqt_utils.cpp b/harbour/contrib/hbqt/qtgui/hbqt_utils.cpp similarity index 100% rename from harbour/contrib/hbqt/qtcore/hbqt_utils.cpp rename to harbour/contrib/hbqt/qtgui/hbqt_utils.cpp diff --git a/harbour/contrib/hbqt/qtgui/hbqtgui.hbm b/harbour/contrib/hbqt/qtgui/hbqtgui.hbm index 8c990a9d4e..135bf38a90 100644 --- a/harbour/contrib/hbqt/qtgui/hbqtgui.hbm +++ b/harbour/contrib/hbqt/qtgui/hbqtgui.hbm @@ -7,6 +7,7 @@ hbqt_hbqmainwindow.cpp hbqt_hbqplaintextedit.cpp hbqt_hbqsyntaxhighlighter.cpp hbqt_hbqtableview.cpp +hbqt_utils.cpp hbqt_hbqabstractitemmodel.h hbqt_hbqmainwindow.h diff --git a/harbour/contrib/hbqt/qtgui/qth/HBQMainWindow.qth b/harbour/contrib/hbqt/qtgui/qth/HBQMainWindow.qth index 840e502900..a30ea16faf 100644 --- a/harbour/contrib/hbqt/qtgui/qth/HBQMainWindow.qth +++ b/harbour/contrib/hbqt/qtgui/qth/HBQMainWindow.qth @@ -68,6 +68,8 @@ New = +#include "hbapiitm.h" + #include #include "hbqt_hbqmainwindow.h" diff --git a/harbour/contrib/hbqt/qtgui/qth/QApplication.qth b/harbour/contrib/hbqt/qtgui/qth/QApplication.qth index d5dd4a9968..354b93725a 100644 --- a/harbour/contrib/hbqt/qtgui/qth/QApplication.qth +++ b/harbour/contrib/hbqt/qtgui/qth/QApplication.qth @@ -61,14 +61,9 @@ New = #include "hbapi.h" -#include "hbinit.h" -#include "hbdefs.h" -#include "hbapifs.h" -#include "hbapiitm.h" -#include "hbstack.h" -#include "hbvm.h" -#include "hbdate.h" #include "hbapierr.h" +#include "hbvm.h" +#include "hbinit.h" #include #include diff --git a/harbour/contrib/hbqt/qtnetwork/g/QFtp.cpp b/harbour/contrib/hbqt/qtnetwork/g/QFtp.cpp index 9db0cc09c9..defe91f905 100644 --- a/harbour/contrib/hbqt/qtnetwork/g/QFtp.cpp +++ b/harbour/contrib/hbqt/qtnetwork/g/QFtp.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtnetwork_garbage.h" -#include "hbqtnetwork.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtnetwork.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtnetwork/g/QHttp.cpp b/harbour/contrib/hbqt/qtnetwork/g/QHttp.cpp index 03fd70f102..0d5f47dd13 100644 --- a/harbour/contrib/hbqt/qtnetwork/g/QHttp.cpp +++ b/harbour/contrib/hbqt/qtnetwork/g/QHttp.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtnetwork_garbage.h" -#include "hbqtnetwork.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtnetwork.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtnetwork/g/QHttpHeader.cpp b/harbour/contrib/hbqt/qtnetwork/g/QHttpHeader.cpp index 5c9bdd4b27..9f0fab83b5 100644 --- a/harbour/contrib/hbqt/qtnetwork/g/QHttpHeader.cpp +++ b/harbour/contrib/hbqt/qtnetwork/g/QHttpHeader.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtnetwork_garbage.h" -#include "hbqtnetwork.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtnetwork.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtnetwork/g/QHttpRequestHeader.cpp b/harbour/contrib/hbqt/qtnetwork/g/QHttpRequestHeader.cpp index 54a2b4058b..1c30e9e9ee 100644 --- a/harbour/contrib/hbqt/qtnetwork/g/QHttpRequestHeader.cpp +++ b/harbour/contrib/hbqt/qtnetwork/g/QHttpRequestHeader.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtnetwork_garbage.h" -#include "hbqtnetwork.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtnetwork.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtnetwork/g/QHttpResponseHeader.cpp b/harbour/contrib/hbqt/qtnetwork/g/QHttpResponseHeader.cpp index 66f41a0604..6ee97c221d 100644 --- a/harbour/contrib/hbqt/qtnetwork/g/QHttpResponseHeader.cpp +++ b/harbour/contrib/hbqt/qtnetwork/g/QHttpResponseHeader.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtnetwork_garbage.h" -#include "hbqtnetwork.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtnetwork.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtnetwork/g/QNetworkRequest.cpp b/harbour/contrib/hbqt/qtnetwork/g/QNetworkRequest.cpp index 9f28140884..6b6542fd37 100644 --- a/harbour/contrib/hbqt/qtnetwork/g/QNetworkRequest.cpp +++ b/harbour/contrib/hbqt/qtnetwork/g/QNetworkRequest.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtnetwork_garbage.h" -#include "hbqtnetwork.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtnetwork.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtnetwork/g/hbqtnetwork.h b/harbour/contrib/hbqt/qtnetwork/g/hbqtnetwork.h index 300e1f4be7..77b0b41202 100644 --- a/harbour/contrib/hbqt/qtnetwork/g/hbqtnetwork.h +++ b/harbour/contrib/hbqt/qtnetwork/g/hbqtnetwork.h @@ -8,11 +8,25 @@ /* or the generator tool itself, and run regenarate. */ /* -------------------------------------------------------------------- */ -#include "hbqt.h" - #ifndef __HBQTNETWORK_H #define __HBQTNETWORK_H +#include "hbqt.h" + +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QFtp ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QHttp ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QHttpHeader ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QHttpRequestHeader ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QHttpResponseHeader ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QNetworkRequest ); + +extern HB_EXPORT void * hbqt_gcAllocate_QFtp( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QHttp( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QHttpHeader( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QHttpRequestHeader( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QHttpResponseHeader( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QNetworkRequest( void * pObj, bool bNew ); + #define hbqt_par_QFtp( n ) ( ( QFtp * ) hbqt_gcpointer( n ) ) #define hbqt_par_QHttp( n ) ( ( QHttp * ) hbqt_gcpointer( n ) ) #define hbqt_par_QHttpHeader( n ) ( ( QHttpHeader * ) hbqt_gcpointer( n ) ) diff --git a/harbour/contrib/hbqt/qtnetwork/g/hbqtnetwork_garbage.h b/harbour/contrib/hbqt/qtnetwork/g/hbqtnetwork_garbage.h deleted file mode 100644 index f951f1fbbf..0000000000 --- a/harbour/contrib/hbqt/qtnetwork/g/hbqtnetwork_garbage.h +++ /dev/null @@ -1,26 +0,0 @@ -/* - * $Id$ - */ - -/* -------------------------------------------------------------------- */ -/* WARNING: Automatically generated source file. DO NOT EDIT! */ -/* Instead, edit corresponding .qth file, */ -/* or the generator tool itself, and run regenarate. */ -/* -------------------------------------------------------------------- */ - -#include "hbqt.h" - -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QFtp ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QHttp ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QHttpHeader ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QHttpRequestHeader ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QHttpResponseHeader ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QNetworkRequest ); - -extern HB_EXPORT void * hbqt_gcAllocate_QFtp( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QHttp( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QHttpHeader( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QHttpRequestHeader( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QHttpResponseHeader( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QNetworkRequest( void * pObj, bool bNew ); - diff --git a/harbour/contrib/hbqt/qtwebkit/g/QWebFrame.cpp b/harbour/contrib/hbqt/qtwebkit/g/QWebFrame.cpp index 1d74427680..f4ed545f17 100644 --- a/harbour/contrib/hbqt/qtwebkit/g/QWebFrame.cpp +++ b/harbour/contrib/hbqt/qtwebkit/g/QWebFrame.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtwebkit_garbage.h" -#include "hbqtwebkit.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtwebkit.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtwebkit/g/QWebHistory.cpp b/harbour/contrib/hbqt/qtwebkit/g/QWebHistory.cpp index fc5291b9d2..2cacd45f73 100644 --- a/harbour/contrib/hbqt/qtwebkit/g/QWebHistory.cpp +++ b/harbour/contrib/hbqt/qtwebkit/g/QWebHistory.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtwebkit_garbage.h" -#include "hbqtwebkit.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtwebkit.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtwebkit/g/QWebHistoryInterface.cpp b/harbour/contrib/hbqt/qtwebkit/g/QWebHistoryInterface.cpp index a0b9976650..dd6c88ac39 100644 --- a/harbour/contrib/hbqt/qtwebkit/g/QWebHistoryInterface.cpp +++ b/harbour/contrib/hbqt/qtwebkit/g/QWebHistoryInterface.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtwebkit_garbage.h" -#include "hbqtwebkit.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtwebkit.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtwebkit/g/QWebHistoryItem.cpp b/harbour/contrib/hbqt/qtwebkit/g/QWebHistoryItem.cpp index 2f5e10a804..49c2174db8 100644 --- a/harbour/contrib/hbqt/qtwebkit/g/QWebHistoryItem.cpp +++ b/harbour/contrib/hbqt/qtwebkit/g/QWebHistoryItem.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtwebkit_garbage.h" -#include "hbqtwebkit.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtwebkit.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtwebkit/g/QWebHitTestResult.cpp b/harbour/contrib/hbqt/qtwebkit/g/QWebHitTestResult.cpp index f3c8b13b4e..37c0206ee6 100644 --- a/harbour/contrib/hbqt/qtwebkit/g/QWebHitTestResult.cpp +++ b/harbour/contrib/hbqt/qtwebkit/g/QWebHitTestResult.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtwebkit_garbage.h" -#include "hbqtwebkit.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtwebkit.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtwebkit/g/QWebPage.cpp b/harbour/contrib/hbqt/qtwebkit/g/QWebPage.cpp index 031d530d67..17b08e35a8 100644 --- a/harbour/contrib/hbqt/qtwebkit/g/QWebPage.cpp +++ b/harbour/contrib/hbqt/qtwebkit/g/QWebPage.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtwebkit_garbage.h" -#include "hbqtwebkit.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtwebkit.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtwebkit/g/QWebPluginFactory.cpp b/harbour/contrib/hbqt/qtwebkit/g/QWebPluginFactory.cpp index 7c6b756210..1ff05a2c59 100644 --- a/harbour/contrib/hbqt/qtwebkit/g/QWebPluginFactory.cpp +++ b/harbour/contrib/hbqt/qtwebkit/g/QWebPluginFactory.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtwebkit_garbage.h" -#include "hbqtwebkit.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtwebkit.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtwebkit/g/QWebSecurityOrigin.cpp b/harbour/contrib/hbqt/qtwebkit/g/QWebSecurityOrigin.cpp index 8e00a0c95c..7ce9d8bd7d 100644 --- a/harbour/contrib/hbqt/qtwebkit/g/QWebSecurityOrigin.cpp +++ b/harbour/contrib/hbqt/qtwebkit/g/QWebSecurityOrigin.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtwebkit_garbage.h" -#include "hbqtwebkit.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtwebkit.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtwebkit/g/QWebSettings.cpp b/harbour/contrib/hbqt/qtwebkit/g/QWebSettings.cpp index 1dcdc9471b..83f7da157e 100644 --- a/harbour/contrib/hbqt/qtwebkit/g/QWebSettings.cpp +++ b/harbour/contrib/hbqt/qtwebkit/g/QWebSettings.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtwebkit_garbage.h" -#include "hbqtwebkit.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtwebkit.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtwebkit/g/QWebView.cpp b/harbour/contrib/hbqt/qtwebkit/g/QWebView.cpp index 96138609fd..2bf9321df3 100644 --- a/harbour/contrib/hbqt/qtwebkit/g/QWebView.cpp +++ b/harbour/contrib/hbqt/qtwebkit/g/QWebView.cpp @@ -59,11 +59,8 @@ */ /*----------------------------------------------------------------------*/ -#include "hbqt.h" -#include "hbqtwebkit_garbage.h" -#include "hbqtwebkit.h" -#include "hbqtcore_garbage.h" #include "hbqtcore.h" +#include "hbqtwebkit.h" /*----------------------------------------------------------------------*/ #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtwebkit/g/hbqtwebkit.h b/harbour/contrib/hbqt/qtwebkit/g/hbqtwebkit.h index 7a9539ae82..4011908926 100644 --- a/harbour/contrib/hbqt/qtwebkit/g/hbqtwebkit.h +++ b/harbour/contrib/hbqt/qtwebkit/g/hbqtwebkit.h @@ -8,11 +8,33 @@ /* or the generator tool itself, and run regenarate. */ /* -------------------------------------------------------------------- */ -#include "hbqt.h" - #ifndef __HBQTWEBKIT_H #define __HBQTWEBKIT_H +#include "hbqt.h" + +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QWebFrame ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QWebHistory ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QWebHistoryInterface ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QWebHistoryItem ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QWebHitTestResult ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QWebPage ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QWebPluginFactory ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QWebSecurityOrigin ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QWebSettings ); +extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QWebView ); + +extern HB_EXPORT void * hbqt_gcAllocate_QWebFrame( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QWebHistory( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QWebHistoryInterface( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QWebHistoryItem( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QWebHitTestResult( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QWebPage( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QWebPluginFactory( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QWebSecurityOrigin( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QWebSettings( void * pObj, bool bNew ); +extern HB_EXPORT void * hbqt_gcAllocate_QWebView( void * pObj, bool bNew ); + #define hbqt_par_QWebFrame( n ) ( ( QWebFrame * ) hbqt_gcpointer( n ) ) #define hbqt_par_QWebHistory( n ) ( ( QWebHistory * ) hbqt_gcpointer( n ) ) #define hbqt_par_QWebHistoryInterface( n ) ( ( QWebHistoryInterface * ) hbqt_gcpointer( n ) ) diff --git a/harbour/contrib/hbqt/qtwebkit/g/hbqtwebkit_garbage.h b/harbour/contrib/hbqt/qtwebkit/g/hbqtwebkit_garbage.h deleted file mode 100644 index 17a2e8e984..0000000000 --- a/harbour/contrib/hbqt/qtwebkit/g/hbqtwebkit_garbage.h +++ /dev/null @@ -1,34 +0,0 @@ -/* - * $Id$ - */ - -/* -------------------------------------------------------------------- */ -/* WARNING: Automatically generated source file. DO NOT EDIT! */ -/* Instead, edit corresponding .qth file, */ -/* or the generator tool itself, and run regenarate. */ -/* -------------------------------------------------------------------- */ - -#include "hbqt.h" - -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QWebFrame ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QWebHistory ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QWebHistoryInterface ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QWebHistoryItem ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QWebHitTestResult ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QWebPage ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QWebPluginFactory ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QWebSecurityOrigin ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QWebSettings ); -extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_QWebView ); - -extern HB_EXPORT void * hbqt_gcAllocate_QWebFrame( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QWebHistory( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QWebHistoryInterface( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QWebHistoryItem( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QWebHitTestResult( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QWebPage( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QWebPluginFactory( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QWebSecurityOrigin( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QWebSettings( void * pObj, bool bNew ); -extern HB_EXPORT void * hbqt_gcAllocate_QWebView( void * pObj, bool bNew ); - diff --git a/harbour/contrib/hbqt/utils/hbqtgen.prg b/harbour/contrib/hbqt/utils/hbqtgen.prg index 15dd1e1a37..b37e9a6cd8 100644 --- a/harbour/contrib/hbqt/utils/hbqtgen.prg +++ b/harbour/contrib/hbqt/utils/hbqtgen.prg @@ -254,7 +254,7 @@ STATIC FUNCTION ManageProject( cProFile, cPathIn, cPathOut, cPathDoc ) IF !empty( cpp_ ) Build_Makefile( cPOut, aWidgetList ) - Build_GarbageFile( cpp_, cPOut, cProFile ) + Build_HeaderFile( cpp_, cPOut, cProFile ) ENDIF RETURN NIL @@ -1513,14 +1513,10 @@ STATIC FUNCTION BuildHeader( txt_, nMode, cProFile ) aadd( txt_, "/*----------------------------------------------------------------------*/" ) aadd( txt_, "" ) IF nMode == 0 - aadd( txt_, '#include "hbqt.h"' ) - aadd( txt_, '#include "hb' + FNameGetName( cProFile ) + '_garbage.h"' ) + IF !( FNameGetName( cProFile ) == "qtcore" ) + aadd( txt_, '#include "hbqtcore.h"' ) + ENDIF aadd( txt_, '#include "hb' + FNameGetName( cProFile ) + '.h"' ) - IF !( FNameGetName( cProFile ) == "qtcore" ) - aadd( txt_, '#include "hbqtcore_garbage.h"' ) - aadd( txt_, '#include "hbqtcore.h"' ) - ENDIF -// aadd( txt_, '#include "hbqt_local.h"' ) aadd( txt_, "" ) aadd( txt_, "/*----------------------------------------------------------------------*/" ) aadd( txt_, "#if QT_VERSION >= 0x040500" ) @@ -1777,28 +1773,27 @@ STATIC FUNCTION Build_Document( cProFile, cWidget, cls_, doc_, cPathDoc, subCls_ /*----------------------------------------------------------------------*/ -STATIC FUNCTION Build_GarbageFile( cpp_, cPathOut, cProFile ) +STATIC FUNCTION Build_HeaderFile( cpp_, cPathOut, cProFile ) LOCAL cFile := iif( empty( cPathOut ), "", cPathOut + hb_ps() ) - LOCAL hdr_:= {} LOCAL txt_ := {} LOCAL s LOCAL tmp - aadd( hdr_, "/*" ) - aadd( hdr_, " * $" + "Id" + "$" ) - aadd( hdr_, " */" ) - aadd( hdr_, "" ) - aadd( hdr_, "/* -------------------------------------------------------------------- */" ) - aadd( hdr_, "/* WARNING: Automatically generated source file. DO NOT EDIT! */" ) - aadd( hdr_, "/* Instead, edit corresponding .qth file, */" ) - aadd( hdr_, "/* or the generator tool itself, and run regenarate. */" ) - aadd( hdr_, "/* -------------------------------------------------------------------- */" ) - aadd( hdr_, " " ) - aadd( hdr_, '#include "hbqt.h"' ) - aadd( hdr_, " " ) - - txt_ := {} - aeval( hdr_, {|e| aadd( txt_, e ) } ) + aadd( txt_, "/*" ) + aadd( txt_, " * $" + "Id" + "$" ) + aadd( txt_, " */" ) + aadd( txt_, "" ) + aadd( txt_, "/* -------------------------------------------------------------------- */" ) + aadd( txt_, "/* WARNING: Automatically generated source file. DO NOT EDIT! */" ) + aadd( txt_, "/* Instead, edit corresponding .qth file, */" ) + aadd( txt_, "/* or the generator tool itself, and run regenarate. */" ) + aadd( txt_, "/* -------------------------------------------------------------------- */" ) + aadd( txt_, "" ) + aadd( txt_, "#ifndef __HB" + Upper( FNameGetName( cProFile ) ) + "_H" ) + aadd( txt_, "#define __HB" + Upper( FNameGetName( cProFile ) ) + "_H" ) + aadd( txt_, "" ) + aadd( txt_, '#include "hbqt.h"' ) + aadd( txt_, "" ) FOR EACH s IN cpp_ aadd( txt_, "extern HB_EXPORT QT_G_FUNC( hbqt_gcRelease_" + s + " );" ) @@ -1812,15 +1807,6 @@ STATIC FUNCTION Build_GarbageFile( cpp_, cPathOut, cProFile ) aadd( txt_, "" ) ENDIF - CreateTarget( cFile + "hb" + FNameGetName( cProFile ) + "_garbage.h", txt_ ) - - txt_ := {} - aeval( hdr_, {|e| aadd( txt_, e ) } ) - - aadd( txt_, "#ifndef __HB" + Upper( FNameGetName( cProFile ) ) + "_H" ) - aadd( txt_, "#define __HB" + Upper( FNameGetName( cProFile ) ) + "_H" ) - aadd( txt_, "" ) - FOR EACH s IN cpp_ IF s == "QList" /* TOFIX: Ugly hack */ tmp := s + "< void * >" @@ -1833,7 +1819,6 @@ STATIC FUNCTION Build_GarbageFile( cpp_, cPathOut, cProFile ) aadd( txt_, "#endif /* __HB" + Upper( FNameGetName( cProFile ) ) + "_H */" ) - CreateTarget( cFile + "hb" + FNameGetName( cProFile ) + ".h", txt_ ) RETURN NIL