From b965cbac5b21345e9dfc768a7e4f660ffa4aa72f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 13 Nov 2023 21:03:36 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro --- kicker/libkicker/global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kicker/libkicker/global.h') diff --git a/kicker/libkicker/global.h b/kicker/libkicker/global.h index 663987174..61ba2f0ea 100644 --- a/kicker/libkicker/global.h +++ b/kicker/libkicker/global.h @@ -57,7 +57,7 @@ KDE_EXPORT void colorize(TQImage& image); /** * Blend a color rectangle on a painter */ -KDE_EXPORT void drawBlendedRect(TQPainter *p, const TQRect &r, const TQColor &color = Qt::black, int alpha = 0x40); +KDE_EXPORT void drawBlendedRect(TQPainter *p, const TQRect &r, const TQColor &color = TQt::black, int alpha = 0x40); /** * Blend two colours together to get a colour halfway in between -- cgit v1.2.1