diff options
Diffstat (limited to 'kpovmodeler/pmlibraryiconview.cpp')
-rw-r--r-- | kpovmodeler/pmlibraryiconview.cpp | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/kpovmodeler/pmlibraryiconview.cpp b/kpovmodeler/pmlibraryiconview.cpp index 1f953225..4f60e4d1 100644 --- a/kpovmodeler/pmlibraryiconview.cpp +++ b/kpovmodeler/pmlibraryiconview.cpp @@ -1,4 +1,3 @@ -//-*-C++-*- /* ************************************************************************** description @@ -177,12 +176,12 @@ TQDragObject* PMLibraryIconView::dragObject( ) TQIconDragItem id; id.setData( TQCString( item->path( ).latin1( ) ) ); drag->append( id, - TQRect( item->pixmapRect( FALSE ).x( ) - orig.x( ), - item->pixmapRect( FALSE ).y( ) - orig.y( ), + TQRect( item->pixmapRect( false ).x( ) - orig.x( ), + item->pixmapRect( false ).y( ) - orig.y( ), item->pixmapRect( ).width( ), item->pixmapRect( ).height( ) ), - TQRect( item->textRect( FALSE ).x( ) - orig.x( ), - item->textRect( FALSE ).y( ) - orig.y( ), + TQRect( item->textRect( false ).x( ) - orig.x( ), + item->textRect( false ).y( ) - orig.y( ), item->textRect().width( ), item->textRect( ).height( ) ), item->path( ), |