|
|
@ -228,7 +228,7 @@ void CMainIndex::slotExecuted( TQListViewItem* i ) {
|
|
|
|
/** Reimplementation. Returns the drag object for the current selection. */
|
|
|
|
/** Reimplementation. Returns the drag object for the current selection. */
|
|
|
|
TQDragObject* CMainIndex::dragObject() {
|
|
|
|
TQDragObject* CMainIndex::dragObject() {
|
|
|
|
if (!m_itemsMovable) {
|
|
|
|
if (!m_itemsMovable) {
|
|
|
|
return false;
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
CDragDropMgr::ItemList dndItems;
|
|
|
|
CDragDropMgr::ItemList dndItems;
|
|
|
|