summaryrefslogtreecommitdiffstats
path: root/scheck/scheck.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scheck/scheck.cpp')
-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()));