summaryrefslogtreecommitdiffstats
path: root/qtinterface/tqt.h.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Move tqt.h to tqt3Michele Calgaro2024-05-211-32/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove QT_NO_SQL defineMichele Calgaro2024-02-141-4/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove Q_WS_* definesMichele Calgaro2024-02-141-4/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove TQT_{METHOD, SIGNAL, SLOT} and METHOD, SIGNAL, SLOTMichele Calgaro2024-01-201-35/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename TQT_{METHOD, SIGNAL, SLOT} and METHOD, SIGNAL, SLOT to TQ_METHOD, ↵Michele Calgaro2023-12-301-3/+21
| | | | | | TQ_SIGNAL, TQ_SLOT. This is a temporary step to make sure TDE keeps building while METHOD, SIGNAL, SLOT are renamed in every repository. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove various '#define' strings - part 6Michele Calgaro2023-12-231-3/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove various '#define' strings - part 5Michele Calgaro2023-12-031-22/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove 'Event' #define stringsMichele Calgaro2023-11-301-14/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove various '#define' with actual strings - part 4Michele Calgaro2023-11-261-9/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove various '#define' with actual strings - part 3Michele Calgaro2023-11-241-21/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove color '#define' stringsMichele Calgaro2023-11-231-22/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove various '#define' with actual strings - part 2Michele Calgaro2023-11-231-12/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove time related '#define' with actual stringsMichele Calgaro2023-11-231-10/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove various tq* stringsMichele Calgaro2023-11-211-18/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove various '#define' stringsMichele Calgaro2023-11-191-10/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2023-11-181-19/+19
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_VERSION_ONLYMichele Calgaro2023-11-021-4/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed unsupported qtint*/qtuint* typesMichele Calgaro2023-10-091-7/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-251-11/+1
| | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERNMichele Calgaro2023-09-131-4/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove various tqtinterface's TQ_* definesMichele Calgaro2023-09-121-24/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace various Q_* and QT_* defines with TQ_* and TQT_*Michele Calgaro2023-09-061-15/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-031-11/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop USE_QT3/4 codeMichele Calgaro2023-09-011-2/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove tqt_mo_* definesMichele Calgaro2023-09-011-7/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-121-4/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_TQ*_CONST definesMichele Calgaro2023-08-091-13/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-081-24/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop use of TQ_SP* defines.Michele Calgaro2023-08-071-3/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-201-3/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove _OBJECT_NAME_STRING defines. This relates to the merging of ↵Michele Calgaro2023-07-121-125/+0
| | | | | | tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Dropped unused code.Michele Calgaro2019-04-271-1826/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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 <michele.calgaro@yahoo.it>
* 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 <michele.calgaro@yahoo.it>
* Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.Michele Calgaro2018-09-251-1/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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
|