diff options
author | Michele Calgaro <[email protected]> | 2018-09-27 16:03:49 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-27 16:03:49 +0900 |
commit | 7b9c011fa0b2632d63f37918bc006f6b041a92e8 (patch) | |
tree | 3876bc5f3229984befbd6a3421d7d1f9994aff02 /qtinterface/tqt4/Qt/qapplication.h | |
parent | 09221e7b45dcbed1f51d120eba68757ef6b9d680 (diff) | |
download | tqtinterface-7b9c011fa0b2632d63f37918bc006f6b041a92e8.tar.gz tqtinterface-7b9c011fa0b2632d63f37918bc006f6b041a92e8.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 <[email protected]>
Diffstat (limited to 'qtinterface/tqt4/Qt/qapplication.h')
-rw-r--r-- | qtinterface/tqt4/Qt/qapplication.h | 2 |
1 files changed, 1 insertions, 1 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 |