diff options
Diffstat (limited to 'kstyles/highcolor')
-rw-r--r-- | kstyles/highcolor/highcolor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kstyles/highcolor/highcolor.cpp b/kstyles/highcolor/highcolor.cpp index 602a138ca..c89862fa7 100644 --- a/kstyles/highcolor/highcolor.cpp +++ b/kstyles/highcolor/highcolor.cpp @@ -1979,7 +1979,7 @@ bool HighColorStyle::eventFilter( TQObject *object, TQEvent *event ) { x_offset += parent->x(); y_offset += parent->y(); - parent = static_cast<TQWidget*>(parent->parent()); + parent = TQT_TQWIDGET(parent->parent()); } TQRect r = widget->rect(); |