diff options
author | Michele Calgaro <[email protected]> | 2018-09-27 17:59:01 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-27 17:59:01 +0900 |
commit | 5fd88f2a2099db96bee7a208d09843fd32fd6bf3 (patch) | |
tree | 5cfd64687a124eb90c6dfee144b207d30df95073 /src/compat | |
parent | 3e98ce7f85f06e95ad121c6f541d14464d85919e (diff) | |
download | tqt3-5fd88f2a2099db96bee7a208d09843fd32fd6bf3.tar.gz tqt3-5fd88f2a2099db96bee7a208d09843fd32fd6bf3.zip |
qt -> tqt conversion:
QT_NO_ASCII_CAST -> TQT_NO_ASCII_CAST
QT_NO_STL -> TQT_NO_STL
QT_NO_COMPAT -> TQT_NO_COMPAT
QT_NO_TRANSLATION -> TQT_NO_TRANSLATION
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/compat')
-rw-r--r-- | src/compat/ntqarray.h | 2 | ||||
-rw-r--r-- | src/compat/ntqcollection.h | 2 | ||||
-rw-r--r-- | src/compat/ntqlist.h | 2 | ||||
-rw-r--r-- | src/compat/ntqqueue.h | 2 | ||||
-rw-r--r-- | src/compat/ntqstack.h | 2 | ||||
-rw-r--r-- | src/compat/ntqvector.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/src/compat/ntqarray.h b/src/compat/ntqarray.h index dc29acdaa..4f266e542 100644 --- a/src/compat/ntqarray.h +++ b/src/compat/ntqarray.h @@ -21,7 +21,7 @@ *****************************************************************************/ #ifndef TQARRAY_H #define TQARRAY_H -#ifndef QT_NO_COMPAT +#ifndef TQT_NO_COMPAT #include "ntqmemarray.h" #endif #endif diff --git a/src/compat/ntqcollection.h b/src/compat/ntqcollection.h index e7ddd71d8..d285b6d40 100644 --- a/src/compat/ntqcollection.h +++ b/src/compat/ntqcollection.h @@ -21,7 +21,7 @@ *****************************************************************************/ #ifndef TQCOLLECTION_H #define TQCOLLECTION_H -#ifndef QT_NO_COMPAT +#ifndef TQT_NO_COMPAT #include "ntqptrcollection.h" #endif #endif diff --git a/src/compat/ntqlist.h b/src/compat/ntqlist.h index 444cb3be3..4d75178cc 100644 --- a/src/compat/ntqlist.h +++ b/src/compat/ntqlist.h @@ -21,7 +21,7 @@ *****************************************************************************/ #ifndef TQLIST_H #define TQLIST_H -#ifndef QT_NO_COMPAT +#ifndef TQT_NO_COMPAT #include "ntqptrlist.h" #endif #endif diff --git a/src/compat/ntqqueue.h b/src/compat/ntqqueue.h index 0af0f1c99..7165a2ed7 100644 --- a/src/compat/ntqqueue.h +++ b/src/compat/ntqqueue.h @@ -21,7 +21,7 @@ *****************************************************************************/ #ifndef TQQUEUE_H #define TQQUEUE_H -#ifndef QT_NO_COMPAT +#ifndef TQT_NO_COMPAT #include "ntqptrqueue.h" #endif #endif diff --git a/src/compat/ntqstack.h b/src/compat/ntqstack.h index 43d3ad9ac..41c5992f0 100644 --- a/src/compat/ntqstack.h +++ b/src/compat/ntqstack.h @@ -21,7 +21,7 @@ *****************************************************************************/ #ifndef TQSTACK_H #define TQSTACK_H -#ifndef QT_NO_COMPAT +#ifndef TQT_NO_COMPAT #include "ntqptrstack.h" #endif #endif diff --git a/src/compat/ntqvector.h b/src/compat/ntqvector.h index 116edaf38..54491f813 100644 --- a/src/compat/ntqvector.h +++ b/src/compat/ntqvector.h @@ -21,7 +21,7 @@ *****************************************************************************/ #ifndef TQVECTOR_H #define TQVECTOR_H -#ifndef QT_NO_COMPAT +#ifndef TQT_NO_COMPAT #include "ntqptrvector.h" #endif #endif |