|
|
@ -156,7 +156,7 @@ RadialMap::Widget::mousePressEvent( TQMouseEvent *e )
|
|
|
|
const KURL url = Widget::url( m_focus->file() );
|
|
|
|
const KURL url = Widget::url( m_focus->file() );
|
|
|
|
const bool isDir = m_focus->file()->isDirectory();
|
|
|
|
const bool isDir = m_focus->file()->isDirectory();
|
|
|
|
|
|
|
|
|
|
|
|
if( e->button() == Qt::RightButton )
|
|
|
|
if( e->button() == TQt::RightButton )
|
|
|
|
{
|
|
|
|
{
|
|
|
|
TDEPopupMenu popup;
|
|
|
|
TDEPopupMenu popup;
|
|
|
|
popup.insertTitle( m_focus->file()->fullPath( m_tree ) );
|
|
|
|
popup.insertTitle( m_focus->file()->fullPath( m_tree ) );
|
|
|
@ -230,7 +230,7 @@ RadialMap::Widget::mousePressEvent( TQMouseEvent *e )
|
|
|
|
|
|
|
|
|
|
|
|
m_tip->hide(); // user expects this
|
|
|
|
m_tip->hide(); // user expects this
|
|
|
|
|
|
|
|
|
|
|
|
if (!isDir || e->button() == Qt::MidButton) {
|
|
|
|
if (!isDir || e->button() == TQt::MidButton) {
|
|
|
|
TDEIconEffect::visualActivate( this, rect );
|
|
|
|
TDEIconEffect::visualActivate( this, rect );
|
|
|
|
new KRun( url, this, true ); //FIXME see above
|
|
|
|
new KRun( url, this, true ); //FIXME see above
|
|
|
|
}
|
|
|
|
}
|
|
|
|