Replace Qt with TQt

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/12/head
Michele Calgaro 1 month ago
parent 950ee6bb19
commit 57f2874db8
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -210,7 +210,7 @@
//! returns true if given path has given type //! returns true if given path has given type
bool gtk_widget_path_has_type( const GtkWidgetPath*, GType ); 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 ) inline bool gtk_widget_is_groupbox( GtkWidget* widget )
{ {
return return

@ -36,8 +36,6 @@
#include <kpixmapio.h> #include <kpixmapio.h>
#endif // USE_TDE_SPECIFIC_LIBRARIES #endif // USE_TDE_SPECIFIC_LIBRARIES
#undef Qt
#define CAIRO_PEN_PIXEL_OFFSET (0.5) #define CAIRO_PEN_PIXEL_OFFSET (0.5)
#define CAIRO_BRUSH_PIXEL_OFFSET (0.0) #define CAIRO_BRUSH_PIXEL_OFFSET (0.0)
#define CAIRO_FONT_SIZE_FUDGE_FACTOR (1.4) #define CAIRO_FONT_SIZE_FUDGE_FACTOR (1.4)
@ -1198,7 +1196,7 @@ void TQt3CairoPaintDevice::setCairoTransformations(cairo_t* cr, bool forceDisabl
/*! /*!
\class TQt3CairoPaintDevice tdeqt4painter.h \class TQt3CairoPaintDevice tdeqt4painter.h
\brief The TQt3CairoPaintDevice class is a paint device that translates \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 graphics
\ingroup shared \ingroup shared

Loading…
Cancel
Save