diff options
Diffstat (limited to 'kivio/kiviopart/kivio_icon_view.cpp')
-rw-r--r-- | kivio/kiviopart/kivio_icon_view.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kivio/kiviopart/kivio_icon_view.cpp b/kivio/kiviopart/kivio_icon_view.cpp index 6e8e6b213..d9333bf3c 100644 --- a/kivio/kiviopart/kivio_icon_view.cpp +++ b/kivio/kiviopart/kivio_icon_view.cpp @@ -160,12 +160,12 @@ TQDragObject *KivioIconView::dragObject() id.setData( TQCString(full.ascii())); 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->spawner()) ); |