diff options
Diffstat (limited to 'karbon/widgets')
-rw-r--r-- | karbon/widgets/vcolorslider.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/karbon/widgets/vcolorslider.cpp b/karbon/widgets/vcolorslider.cpp index 0e5e2786d..ec210d763 100644 --- a/karbon/widgets/vcolorslider.cpp +++ b/karbon/widgets/vcolorslider.cpp @@ -142,7 +142,7 @@ bool VColorSlider::eventFilter( TQObject *obj, TQEvent *ev ) else if( ev->type() == TQEvent::MouseButtonRelease ) m_isDragging = false; } - return FALSE; + return false; } #include "vcolorslider.moc" |