Drop TQT_BASE_OBJECT* defines

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/8/head
Michele Calgaro 9 months ago
parent f62530716f
commit aff2c4c558
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -150,7 +150,7 @@ void Smb4KSharesIconView::contentsDropEvent( TQDropEvent *e )
{
if ( dest.equals( *it, true ) )
{
if ( e->source() == this || TQT_BASE_OBJECT(e->source()->parent()) == TQT_BASE_OBJECT(this) )
if ( e->source() == this || e->source()->parent() == this )
{
e->ignore();

@ -155,7 +155,7 @@ void Smb4KSharesListView::contentsDropEvent( TQDropEvent *e )
{
if ( dest.equals( *it, true ) )
{
if ( e->source() == this || TQT_BASE_OBJECT(e->source()->parent()) == TQT_BASE_OBJECT(this) )
if ( e->source() == this || e->source()->parent() == this )
{
e->ignore();

Loading…
Cancel
Save