summaryrefslogtreecommitdiffstats
path: root/karbon/widgets/vcolorslider.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'karbon/widgets/vcolorslider.cpp')
-rw-r--r--karbon/widgets/vcolorslider.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/karbon/widgets/vcolorslider.cpp b/karbon/widgets/vcolorslider.cpp
index d2d0a0ab..15961cca 100644
--- a/karbon/widgets/vcolorslider.cpp
+++ b/karbon/widgets/vcolorslider.cpp
@@ -135,7 +135,7 @@ void VColorSlider::updateFrom_gradientSelect( int value )
bool VColorSlider::eventFilter( TQObject *obj, TQEvent *ev )
{
- if( TQT_BASE_OBJECT(obj) == TQT_BASE_OBJECT(m_gradientSelect) )
+ if( obj == m_gradientSelect )
{
if ( ev->type() == TQEvent::MouseButtonPress )
m_isDragging = true;