diff --git a/bibletime/frontend/mainindex/cmainindex.cpp b/bibletime/frontend/mainindex/cmainindex.cpp index 24f297a..1d34659 100644 --- a/bibletime/frontend/mainindex/cmainindex.cpp +++ b/bibletime/frontend/mainindex/cmainindex.cpp @@ -228,7 +228,7 @@ void CMainIndex::slotExecuted( TQListViewItem* i ) { /** Reimplementation. Returns the drag object for the current selection. */ TQDragObject* CMainIndex::dragObject() { if (!m_itemsMovable) { - return false; + return 0; } CDragDropMgr::ItemList dndItems;