summaryrefslogtreecommitdiffstats
path: root/scheck
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-30 21:31:25 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-30 21:31:25 +0900
commit13093726579680e75f444dc8b0711af5b02a2f07 (patch)
tree986ea1883fe829ad30b8bf4710a08cccf1dc14fb /scheck
parent30ea27ebf399fff691cefe16c9e16a1809f0fffe (diff)
downloadtdesdk-13093726579680e75f444dc8b0711af5b02a2f07.tar.gz
tdesdk-13093726579680e75f444dc8b0711af5b02a2f07.zip
Replace 'Event' #define strings
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'scheck')
-rw-r--r--scheck/scheck.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scheck/scheck.cpp b/scheck/scheck.cpp
index e04b89d4..5c5e2579 100644
--- a/scheck/scheck.cpp
+++ b/scheck/scheck.cpp
@@ -2701,7 +2701,7 @@ bool StyleCheckStyle::objectEventHandler( const TQStyleControlElementData &ceDat
if ( event->type() == TQEvent::Paint && object->inherits("TQGroupBox") )
{
- TQPaintEvent * pevent = TQT_TQPAINTEVENT(event);
+ TQPaintEvent * pevent = static_cast<TQPaintEvent*>(event);
TQGroupBox* gb = static_cast<TQGroupBox*>(TQT_TQWIDGET(object));
bool nestedGroupBox = false;
TQString stripped_title = removedXX(stripAccelViolations(gb->title()));