diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-04-06 16:44:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-04-07 18:36:10 +0900 |
commit | 2546d45165f8c90dd64a2253fb4a4a399d7a4d78 (patch) | |
tree | 5a7a1893e6ac1de81139d63ffa762e4b3baa4d43 | |
parent | 650689f0bc79270ffc08f35093527d72ab558edd (diff) | |
download | gtk3-tqt-engine-2546d45165f8c90dd64a2253fb4a4a399d7a4d78.tar.gz gtk3-tqt-engine-2546d45165f8c90dd64a2253fb4a4a399d7a4d78.zip |
Replace Qt with TQtr14.1.2
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 57f2874db8deb5153cb4a8dff120adf45fe40e61)
-rw-r--r-- | tdegtk/tdegtk-utils.h | 2 | ||||
-rw-r--r-- | tdegtk/tqtcairopainter.cpp | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/tdegtk/tdegtk-utils.h b/tdegtk/tdegtk-utils.h index 66be2c9..7841310 100644 --- a/tdegtk/tdegtk-utils.h +++ b/tdegtk/tdegtk-utils.h @@ -210,7 +210,7 @@ //! returns true if given path has given type bool gtk_widget_path_has_type( const GtkWidgetPath*, GType ); - //! returns true if widget is a groupbox (a la Qt) + //! returns true if widget is a groupbox (a la TQt) inline bool gtk_widget_is_groupbox( GtkWidget* widget ) { return 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 |