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/qt4/Qt | |
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 <michele.calgaro@yahoo.it>
Diffstat (limited to 'qtinterface/qt4/Qt')
-rw-r--r-- | qtinterface/qt4/Qt/qapplication.h | 2 | ||||
-rw-r--r-- | qtinterface/qt4/Qt/qboxlayout.h | 2 | ||||
-rw-r--r-- | qtinterface/qt4/Qt/qcoreapplication.h | 2 | ||||
-rw-r--r-- | qtinterface/qt4/Qt/qfeatures.h | 2 | ||||
-rw-r--r-- | qtinterface/qt4/Qt/qfontmetrics.h | 2 | ||||
-rw-r--r-- | qtinterface/qt4/Qt/qgridlayout.h | 2 | ||||
-rw-r--r-- | qtinterface/qt4/Qt/qobject.h | 2 | ||||
-rw-r--r-- | qtinterface/qt4/Qt/qpainter.h | 2 | ||||
-rw-r--r-- | qtinterface/qt4/Qt/qstring.h | 2 | ||||
-rw-r--r-- | qtinterface/qt4/Qt/qstringlist.h | 2 | ||||
-rw-r--r-- | qtinterface/qt4/Qt/qwidget.h | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/qtinterface/qt4/Qt/qapplication.h b/qtinterface/qt4/Qt/qapplication.h index 37b010c..4401de6 100644 --- a/qtinterface/qt4/Qt/qapplication.h +++ b/qtinterface/qt4/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/qt4/Qt/qboxlayout.h b/qtinterface/qt4/Qt/qboxlayout.h index 06ace10..f085009 100644 --- a/qtinterface/qt4/Qt/qboxlayout.h +++ b/qtinterface/qt4/Qt/qboxlayout.h @@ -43,7 +43,7 @@ #define QBOXLAYOUT_H #include <QtGui/qlayout.h> -#ifdef QT_INCLUDE_COMPAT +#ifdef TQT_INCLUDE_COMPAT #include <QtGui/qwidget.h> #endif diff --git a/qtinterface/qt4/Qt/qcoreapplication.h b/qtinterface/qt4/Qt/qcoreapplication.h index e1adece..a994470 100644 --- a/qtinterface/qt4/Qt/qcoreapplication.h +++ b/qtinterface/qt4/Qt/qcoreapplication.h @@ -46,7 +46,7 @@ #include <QtCore/qcoreevent.h> #include <QtCore/qeventloop.h> -#ifdef QT_INCLUDE_COMPAT +#ifdef TQT_INCLUDE_COMPAT #include <QtCore/qstringlist.h> #endif diff --git a/qtinterface/qt4/Qt/qfeatures.h b/qtinterface/qt4/Qt/qfeatures.h index a66a10c..44d324d 100644 --- a/qtinterface/qt4/Qt/qfeatures.h +++ b/qtinterface/qt4/Qt/qfeatures.h @@ -42,7 +42,7 @@ /* * All features and their dependencies. * - * This list is generated from $QTDIR/src/corelib/global/qfeatures.txt + * This list is generated from $TQTDIR/src/corelib/global/qfeatures.txt * by $QTSRCDIR/util/scripts/make_qfeatures_dot_h */ diff --git a/qtinterface/qt4/Qt/qfontmetrics.h b/qtinterface/qt4/Qt/qfontmetrics.h index 0492223..ce6b6cd 100644 --- a/qtinterface/qt4/Qt/qfontmetrics.h +++ b/qtinterface/qt4/Qt/qfontmetrics.h @@ -44,7 +44,7 @@ #include <QtGui/qfont.h> #include <QtCore/qsharedpointer.h> -#ifndef QT_INCLUDE_COMPAT +#ifndef TQT_INCLUDE_COMPAT #include <QtCore/qrect.h> #endif diff --git a/qtinterface/qt4/Qt/qgridlayout.h b/qtinterface/qt4/Qt/qgridlayout.h index e906a97..25600af 100644 --- a/qtinterface/qt4/Qt/qgridlayout.h +++ b/qtinterface/qt4/Qt/qgridlayout.h @@ -43,7 +43,7 @@ #define QGRIDLAYOUT_H #include <QtGui/qlayout.h> -#ifdef QT_INCLUDE_COMPAT +#ifdef TQT_INCLUDE_COMPAT #include <QtGui/qwidget.h> #endif diff --git a/qtinterface/qt4/Qt/qobject.h b/qtinterface/qt4/Qt/qobject.h index c3e94ed..57b1ddb 100644 --- a/qtinterface/qt4/Qt/qobject.h +++ b/qtinterface/qt4/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/qt4/Qt/qpainter.h b/qtinterface/qt4/Qt/qpainter.h index 817a93f..171fcb7 100644 --- a/qtinterface/qt4/Qt/qpainter.h +++ b/qtinterface/qt4/Qt/qpainter.h @@ -51,7 +51,7 @@ #include <QtGui/qtextoption.h> #include <QtGui/qdrawutil.h> -#ifndef QT_INCLUDE_COMPAT +#ifndef TQT_INCLUDE_COMPAT #include <QtGui/qpolygon.h> #include <QtGui/qpen.h> #include <QtGui/qbrush.h> diff --git a/qtinterface/qt4/Qt/qstring.h b/qtinterface/qt4/Qt/qstring.h index 6d6b5b4..4b8966f 100644 --- a/qtinterface/qt4/Qt/qstring.h +++ b/qtinterface/qt4/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/qt4/Qt/qstringlist.h b/qtinterface/qt4/Qt/qstringlist.h index 14a11a5..01b2db5 100644 --- a/qtinterface/qt4/Qt/qstringlist.h +++ b/qtinterface/qt4/Qt/qstringlist.h @@ -48,7 +48,7 @@ #include <QtCore/qregexp.h> #include <QtCore/qstring.h> #include <QtCore/qstringmatcher.h> -#ifdef QT_INCLUDE_COMPAT +#ifdef TQT_INCLUDE_COMPAT #include <Qt3Support/q3valuelist.h> #endif diff --git a/qtinterface/qt4/Qt/qwidget.h b/qtinterface/qt4/Qt/qwidget.h index e66c35d..4cca9b9 100644 --- a/qtinterface/qt4/Qt/qwidget.h +++ b/qtinterface/qt4/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 |