diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-17 05:50:16 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-17 05:50:16 +0000 |
commit | 3ee30e0813b5c4f50dd67b329162b8fa72d32d14 (patch) | |
tree | c79c438d5fbed57024d303499bcca6465a0157a4 /qtinterface/tqt.h.cmake | |
parent | 0f9d3c828777bf312381a6a0bdc110b473635919 (diff) | |
download | tqtinterface-3ee30e0813b5c4f50dd67b329162b8fa72d32d14.tar.gz tqtinterface-3ee30e0813b5c4f50dd67b329162b8fa72d32d14.zip |
More TQt3 fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1237084 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'qtinterface/tqt.h.cmake')
-rw-r--r-- | qtinterface/tqt.h.cmake | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/qtinterface/tqt.h.cmake b/qtinterface/tqt.h.cmake index 8f97966..e59fecd 100644 --- a/qtinterface/tqt.h.cmake +++ b/qtinterface/tqt.h.cmake @@ -64,6 +64,14 @@ Boston, MA 02110-1301, USA. #define TQSIGNAL_CODE QSIGNAL_CODE #define TQSLOT_CODE QSLOT_CODE #define TQ_OVERRIDE Q_OVERRIDE +#define TQRESULT QRESULT +#define TQ_REFCOUNT Q_REFCOUNT +#define TQE_NOINTERFACE QE_NOINTERFACE +#define TQS_OK QS_OK + +#define TQT_VERSION QT_VERSION +#define TQT_VERSION_STR QT_VERSION_STR +#define TQT_PRODUCT_LICENSEE QT_PRODUCT_LICENSEE #define qint64 long #define quint64 unsigned long @@ -220,6 +228,8 @@ Boston, MA 02110-1301, USA. #define tqcolor0 color0 #define tqcolor1 color1 +#define IID_TQUnknown IID_QUnknown +#define IID_TQComponentInformation IID_QComponentInformation #define IID_TQWidgetFactory IID_QWidgetFactory #define TQAccel QAccel @@ -232,6 +242,7 @@ Boston, MA 02110-1301, USA. #define TQAsciiCacheIterator QAsciiCacheIterator #define TQAsciiDict QAsciiDict #define TQAsciiDictIterator QAsciiDictIterator +#define TQAssistantClient QAssistantClient #define TQImageConsumer QImageConsumer #define TQImageFormat QImageFormat #define TQImageFormatType QImageFormatType @@ -297,6 +308,7 @@ Boston, MA 02110-1301, USA. #define TQComboBox QComboBox #define TQCommonStyle QCommonStyle #define TQCompactStyle QCompactStyle +#define TQComponentInformationInterface QComponentInformationInterface #define TQConnection QConnection #define TQCString QCString #define TQCursor QCursor @@ -355,7 +367,9 @@ Boston, MA 02110-1301, USA. #define TQTextDrag QTextDrag #define TQTextCursor QTextCursor #define TQTextFormat QTextFormat +#define TQTextFormatterBreakInWords QTextFormatterBreakInWords #define TQTextParagraph QTextParagraph +#define TQTextPreProcessor QTextPreProcessor #define TQImageDrag QImageDrag #define TQUriDrag QUriDrag #define TQUuid QUuid @@ -372,6 +386,7 @@ Boston, MA 02110-1301, USA. #define TQWheelEvent QWheelEvent #define TQTabletEvent QTabletEvent #define TQKeyEvent QKeyEvent +#define TQFeatureListInterface QFeatureListInterface #define TQFocusEvent QFocusEvent #define TQPaintEvent QPaintEvent #define TQMoveEvent QMoveEvent @@ -462,6 +477,7 @@ Boston, MA 02110-1301, USA. #define TQIntCacheIterator QIntCacheIterator #define TQIntDict QIntDict #define TQIntDictIterator QIntDictIterator +#define TQInterfacePtr QInterfacePtr #define TQIODevice QIODevice #define TQJisCodec QJisCodec #define TQJpUnicodeConv QJpUnicodeConv |