summaryrefslogtreecommitdiffstats
path: root/tdegtk/tqtcairopainter.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-04-06 16:44:57 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-04-06 16:44:57 +0900
commit57f2874db8deb5153cb4a8dff120adf45fe40e61 (patch)
tree5a7a1893e6ac1de81139d63ffa762e4b3baa4d43 /tdegtk/tqtcairopainter.cpp
parent950ee6bb197fd2df76a8e108ad71b10d8289b3a9 (diff)
downloadgtk3-tqt-engine-57f2874db8deb5153cb4a8dff120adf45fe40e61.tar.gz
gtk3-tqt-engine-57f2874db8deb5153cb4a8dff120adf45fe40e61.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdegtk/tqtcairopainter.cpp')
-rw-r--r--tdegtk/tqtcairopainter.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/tdegtk/tqtcairopainter.cpp b/tdegtk/tqtcairopainter.cpp
index 0a68d18..f680e9c 100644
--- a/tdegtk/tqtcairopainter.cpp
+++ b/tdegtk/tqtcairopainter.cpp
@@ -36,8 +36,6 @@
#include <kpixmapio.h>
#endif // USE_TDE_SPECIFIC_LIBRARIES
-#undef Qt
-
#define CAIRO_PEN_PIXEL_OFFSET (0.5)
#define CAIRO_BRUSH_PIXEL_OFFSET (0.0)
#define CAIRO_FONT_SIZE_FUDGE_FACTOR (1.4)
@@ -1198,7 +1196,7 @@ void TQt3CairoPaintDevice::setCairoTransformations(cairo_t* cr, bool forceDisabl
/*!
\class TQt3CairoPaintDevice tdeqt4painter.h
\brief The TQt3CairoPaintDevice class is a paint device that translates
- Qt paint events to a TQt painter.
+ TQt paint events to a TQt painter.
\ingroup graphics
\ingroup shared