From 83e7bca077ea8e53d515d38f387f860fb133a1f5 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 23 Sep 2023 12:52:42 +0900 Subject: Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version Signed-off-by: Michele Calgaro --- style/lipstik.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/lipstik.cpp b/style/lipstik.cpp index d3516ba..0fe7abe 100644 --- a/style/lipstik.cpp +++ b/style/lipstik.cpp @@ -966,7 +966,7 @@ void LipstikStyle::renderPanel(TQPainter *p, if (kickerMode && p->device() && p->device()->devType() == TQInternal::Widget && - TQCString(TQT_TQWIDGET(static_cast(p->device()))->className()) == "FittsLawFrame") { + TQCString(TQT_TQWIDGET(static_cast(p->device()))->className()) == "FittsLawFrame") { // Stolen wholesale from Keramik. I don't like it, but oh well. if (sunken) { const TQCOORD corners[] = { x2, y, x2, y2, x, y2, x, y }; -- cgit v1.2.3