(cherry picked from commit dd5c81d3b7)
v3.5.13-sru
Timothy Pearson 13 years ago committed by Slávek Banko
parent 4c59c3b0a0
commit b27dc165a9

@ -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