diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 16:03:49 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 16:03:49 +0900 |
commit | 7b9c011fa0b2632d63f37918bc006f6b041a92e8 (patch) | |
tree | 3876bc5f3229984befbd6a3421d7d1f9994aff02 /qtinterface/tqt4 | |
parent | 09221e7b45dcbed1f51d120eba68757ef6b9d680 (diff) | |
download | tqtinterface-7b9c011f.tar.gz tqtinterface-7b9c011f.zip |
qt -> tqt conversion:
QTDIR -> TQTDIR
QTDOC -> TQTDOC
INCDIR_QT -> INCDIR_TQT
LIBDIR_QT -> LIBDIR_TQT
QT_INC -> TQT_INC
QT_LIB -> TQT_LIB
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'qtinterface/tqt4')
-rw-r--r-- | qtinterface/tqt4/Qt/qapplication.h | 2 | ||||
-rw-r--r-- | qtinterface/tqt4/Qt/qobject.h | 2 | ||||
-rw-r--r-- | qtinterface/tqt4/Qt/qstring.h | 2 | ||||
-rw-r--r-- | qtinterface/tqt4/Qt/qwidget.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/qtinterface/tqt4/Qt/qapplication.h b/qtinterface/tqt4/Qt/qapplication.h index d436c2d..e87a940 100644 --- a/qtinterface/tqt4/Qt/qapplication.h +++ b/qtinterface/tqt4/Qt/qapplication.h @@ -47,7 +47,7 @@ #include <QtCore/qpoint.h> #include <QtCore/qsize.h> #include <QtGui/qcursor.h> -#ifdef QT_INCLUDE_COMPAT +#ifdef TQT_INCLUDE_COMPAT # include <QtGui/qdesktopwidget.h> #endif #ifdef QT3_SUPPORT diff --git a/qtinterface/tqt4/Qt/qobject.h b/qtinterface/tqt4/Qt/qobject.h index 918054d..c67fd29 100644 --- a/qtinterface/tqt4/Qt/qobject.h +++ b/qtinterface/tqt4/Qt/qobject.h @@ -48,7 +48,7 @@ #include <QtCore/qstring.h> #include <QtCore/qbytearray.h> #include <QtCore/qlist.h> -#ifdef QT_INCLUDE_COMPAT +#ifdef TQT_INCLUDE_COMPAT #include <QtCore/qcoreevent.h> #endif #include <QtCore/qscopedpointer.h> diff --git a/qtinterface/tqt4/Qt/qstring.h b/qtinterface/tqt4/Qt/qstring.h index 47c6c42..bdb01db 100644 --- a/qtinterface/tqt4/Qt/qstring.h +++ b/qtinterface/tqt4/Qt/qstring.h @@ -46,7 +46,7 @@ #include <QtCore/qbytearray.h> #include <QtCore/qatomic.h> #include <QtCore/qnamespace.h> -#ifdef QT_INCLUDE_COMPAT +#ifdef TQT_INCLUDE_COMPAT #include <Qt3Support/q3cstring.h> #endif diff --git a/qtinterface/tqt4/Qt/qwidget.h b/qtinterface/tqt4/Qt/qwidget.h index 355441f..20c5f42 100644 --- a/qtinterface/tqt4/Qt/qwidget.h +++ b/qtinterface/tqt4/Qt/qwidget.h @@ -56,7 +56,7 @@ #include <QtGui/qcursor.h> #include <QtGui/qkeysequence.h> -#ifdef QT_INCLUDE_COMPAT +#ifdef TQT_INCLUDE_COMPAT #include <QtGui/qevent.h> #endif |