summaryrefslogtreecommitdiffstats
path: root/qtinterface/tqt.h.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Remove various tq* stringsMichele Calgaro2023-11-221-18/+0
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit a03ae6b2710ba1e3270307a4e84c4297d9782734)
* Remove various '#define' stringsMichele Calgaro2023-11-201-10/+0
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit cf8003113deceb00ee9c9e147e7efdeb53632733)
* Replace Qt with TQtMichele Calgaro2023-11-191-19/+19
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 106e589560e7d17a0c59add5c5f34186706e27fc)
* Drop TQT_VERSION_ONLYMichele Calgaro2023-11-031-4/+0
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 50e459ebe694110e5a6fae227f92b1e7eede09a3)
* Removed unsupported qtint*/qtuint* typesr14.1.1Michele Calgaro2023-10-091-7/+0
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 4eb1d751c955d29867080e61b99c1dea0e8f01bb)
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-251-11/+1
| | | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 94d94919d6378306126f3aa714325f6469d26def)
* Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERNMichele Calgaro2023-09-141-4/+0
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit bab4623e336551a456eb8928f8b3fa3031ba0e43)
* Remove various tqtinterface's TQ_* definesMichele Calgaro2023-09-121-24/+0
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 368e7fd99748de8507a21c2c555edfd1a6876070)
* Replace various Q_* and QT_* defines with TQ_* and TQT_*Michele Calgaro2023-09-071-15/+0
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 27a6961199e1ff518495e2dfef8880d6ea35603f)
* Remove TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-041-11/+0
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit f5c943a5c5074e536fc8b2e850facb4934eee781)
* Drop USE_QT3/4 codeMichele Calgaro2023-09-031-2/+0
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 701d92857caed18c0099b264c45a0b0edce782f2)
* Remove tqt_mo_* definesMichele Calgaro2023-09-011-7/+0
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 2ac5e74a45b9f8b7fa8ae63bf48661e16b669a33)
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-181-4/+0
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 5b7f613d832f7d71e1976801ed7bf8d0cdfcfd4b)
* Drop TQT_TQ*_CONST definesMichele Calgaro2023-08-101-13/+0
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 2f9f391e45ba9ddc220849197cd93e31f12f640e)
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-081-24/+0
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 4848af3cc51c0048e130804d42db4bc0020512ba)
* Drop use of TQ_SP* defines.Michele Calgaro2023-08-071-3/+0
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 5b2d06213e19162fd3d57bd388746d950d716763)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-201-3/+0
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit abc07a72ce7dc957e365406877ac73e32241e688)
* Remove _OBJECT_NAME_STRING defines. This relates to the merging of ↵Michele Calgaro2023-07-131-125/+0
| | | | | | | tqtinterface with tqt3. Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit bfa8743d6b7deeaf47b1393eb0ad7d1db85a9a28)
* Dropped unused code.Michele Calgaro2019-04-271-1826/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Removed obsolete CHECK_PTR and replaced CHECK_PTR/Q_CHECK_PTR with TQ_CHECK_PTR.Michele Calgaro2018-10-271-1/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Removed obsolete Qt2's TQList/TQListIterator classes and replacedMichele Calgaro2018-10-171-1/+0
| | | | | | with TQt3's TQPtrList/TQPtrListIterator ones. Signed-off-by: Michele Calgaro <[email protected]>
* Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.Michele Calgaro2018-09-251-1/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix prior commitTimothy Pearson2014-08-111-0/+1
|
* Add missing TQToolBarExtensionWidget widget name string to interfaceTimothy Pearson2014-08-111-0/+1
| | | | This relates to Bug 1693
* Add TQSTATUSBAR_OBJECT_NAME_STRINGTimothy Pearson2012-11-031-0/+2
|
* Add TQDOCKWINDOWRESIZEHANDLE_OBJECT_NAME_STRINGTimothy Pearson2012-11-011-0/+2
|
* Add TQMetaEnum to tqt.h.Darrell Anderson2012-10-311-0/+1
|
* Add TQ_ENUMS to tqt.h.Darrell Anderson2012-10-311-0/+1
| | | | | This resolves bug report 1298. Thanks to Fat-Zer.
* Add TQTIPLABEL_OBJECT_NAME_STRINGTimothy Pearson2012-10-271-0/+2
|
* Add TQTOOLTIP_OBJECT_NAME_STRINGTimothy Pearson2012-10-271-0/+2
|
* Update for latest tqt3 commitTimothy Pearson2012-10-201-3/+3
|
* Fix FTBFS in tdebaseTimothy Pearson2012-10-121-0/+1
| | | | This partially resolves bug 1050
* Add new style API definesTimothy Pearson2012-08-181-0/+12
|
* Add TQT_POINTER_SIZETimothy Pearson2012-08-081-0/+1
|
* Add TQAPPLICATION_OBJECT_NAME_STRINGTimothy Pearson2012-08-061-0/+2
|
* Fix tdebase FTBFS on Qt3Timothy Pearson2012-06-251-0/+3
| | | | This resolves Bug 1050
* Use native tqt3 variable size definesTimothy Pearson2012-06-171-0/+4
|
* Add TQ_INT8_OBJECT_NAME_STRING and friendsTimothy Pearson2012-06-171-0/+26
|
* Add missing string typesTimothy Pearson2012-06-091-0/+48
|
* Define TQT_CLEAN_NAMESPACETimothy Pearson2012-05-251-0/+1
|
* Fix FTBFSTimothy Pearson2012-03-081-1/+6
|
* Update tqtinterface for new tqt3Timothy Pearson2012-03-061-0/+39
|
* Fix FTBFSTimothy Pearson2012-03-031-3/+0
|
* Fix FTBFSTimothy Pearson2012-03-021-1/+0
|
* Undo prior accidental commitTimothy Pearson2012-03-021-63/+63
|
* Rename additional global functions and variables for tqt3Timothy Pearson2012-03-021-35/+35
|
* Rename additional global TQt functionsTimothy Pearson2012-03-011-27/+27
|
* Update for latest tqt3Timothy Pearson2012-02-291-1/+57
|
* Fix TQT_RGB_MASK FTBFSTimothy Pearson2012-02-281-2/+6
|
* Fix FTBFSTimothy Pearson2012-02-281-0/+3
|