|
|
|
@ -25,7 +25,7 @@ RadialMap::Widget::Widget( TQWidget *parent, const char *name )
|
|
|
|
|
{
|
|
|
|
|
setAcceptDrops( true );
|
|
|
|
|
setBackgroundColor( TQt::white );
|
|
|
|
|
const QBitmap *cursor = KCursor::handCursor().bitmap();
|
|
|
|
|
const TQBitmap *cursor = KCursor::handCursor().bitmap();
|
|
|
|
|
m_tip = new SegmentTip(cursor ? cursor->height() : 16);
|
|
|
|
|
|
|
|
|
|
connect( this, TQT_SIGNAL(created( const Directory* )), TQT_SLOT(sendFakeMouseEvent()) );
|
|
|
|
|