From af8caeadf368a17dabd9f53d4c661213c840eebd Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 3 Dec 2023 00:48:33 +0900 Subject: Replaced various '#define' with actual strings - part 5 Signed-off-by: Michele Calgaro (cherry picked from commit 44e712a770ad0ab59d33790a80b5f6235cff6921) --- tdestyles/plastik/plastik.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdestyles/plastik/plastik.cpp') diff --git a/tdestyles/plastik/plastik.cpp b/tdestyles/plastik/plastik.cpp index d08b36deb..2cca2613f 100644 --- a/tdestyles/plastik/plastik.cpp +++ b/tdestyles/plastik/plastik.cpp @@ -894,7 +894,7 @@ void PlastikStyle::renderPanel(TQPainter *p, if (kickerMode && p->device() && p->device()->devType() == TQInternal::Widget && - TQCString(TQT_TQWIDGET(static_cast(p->device()))->className()) == "FittsLawFrame") { + TQCString(TQT_TQWIDGET(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.1