diff options
author | Michele Calgaro <[email protected]> | 2018-10-17 19:54:04 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-10-17 19:54:04 +0900 |
commit | 19da58656a063c39e48f251be084182cf2e68a8e (patch) | |
tree | c2159647f682c583da46704a246ea33d0900a7c3 /qtinterface/interface_tqt3/tqpaintdevice.cpp | |
parent | b485e990f30d3e434ae1366f1805dc833afa9845 (diff) | |
download | tqtinterface-19da58656a063c39e48f251be084182cf2e68a8e.tar.gz tqtinterface-19da58656a063c39e48f251be084182cf2e68a8e.zip |
QT_NO_* -> TQT_NO_* renaming.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'qtinterface/interface_tqt3/tqpaintdevice.cpp')
-rw-r--r-- | qtinterface/interface_tqt3/tqpaintdevice.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qtinterface/interface_tqt3/tqpaintdevice.cpp b/qtinterface/interface_tqt3/tqpaintdevice.cpp index 768fe12..457d37d 100644 --- a/qtinterface/interface_tqt3/tqpaintdevice.cpp +++ b/qtinterface/interface_tqt3/tqpaintdevice.cpp @@ -53,11 +53,11 @@ Boston, MA 02110-1301, USA. */ Qt::HANDLE QPaintDevice::x11RenderHandle() const { -// #ifndef QT_NO_XFTFREETYPE +// #ifndef TQT_NO_XFTFREETYPE // return rendhd ? XftDrawPicture( (XftDraw *) rendhd ) : 0; // #else return 0; -// #endif // QT_NO_XFTFREETYPE +// #endif // TQT_NO_XFTFREETYPE } static GC* app_gc_tmp = 0; // temporary GC |