pull/1/head
Timothy Pearson 13 years ago
parent 9248186c61
commit dd5c81d3b7

@ -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()) );

Loading…
Cancel
Save