diff options
author | Michele Calgaro <[email protected]> | 2023-12-03 00:48:33 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-12-05 12:00:35 +0900 |
commit | 44e712a770ad0ab59d33790a80b5f6235cff6921 (patch) | |
tree | 9dcde270e75b838740733976badcd5584777a039 /tdestyles/plastik | |
parent | cca633c6bdfe25e82f175f251c76e63c9e91b895 (diff) | |
download | tdelibs-44e712a770ad0ab59d33790a80b5f6235cff6921.tar.gz tdelibs-44e712a770ad0ab59d33790a80b5f6235cff6921.zip |
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdestyles/plastik')
-rw-r--r-- | tdestyles/plastik/plastik.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<TQPaintDevice*>(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 }; |