Drop TQT_BASE_OBJECT* defines

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

@ -82,42 +82,42 @@ bool KbfxConfigDlgAbout::eventFilter ( TQObject *obj, TQEvent *ev )
if ( ev->type() == TQEvent::FocusIn || ev->type() == TQEvent::Enter ) if ( ev->type() == TQEvent::FocusIn || ev->type() == TQEvent::Enter )
{ {
if ( TQT_BASE_OBJECT(obj) == TQT_BASE_OBJECT(KbfxPixmapLabelNookie) ) if ( obj == KbfxPixmapLabelNookie )
{ {
KbfxTeamInfo->setText ( KbfxMemberTextNookie ); KbfxTeamInfo->setText ( KbfxMemberTextNookie );
KbfxUnmarkAllPixmaps(); KbfxUnmarkAllPixmaps();
KbfxPixmapLabelNookie->setFrameShape ( TQFrame::WinPanel ); KbfxPixmapLabelNookie->setFrameShape ( TQFrame::WinPanel );
return TRUE; return TRUE;
} }
else if ( TQT_BASE_OBJECT(obj) == TQT_BASE_OBJECT(KbfxPixmapLabelSiraj) ) else if ( obj == KbfxPixmapLabelSiraj )
{ {
KbfxTeamInfo->setText ( KbfxMemberTextSiraj ); KbfxTeamInfo->setText ( KbfxMemberTextSiraj );
KbfxUnmarkAllPixmaps(); KbfxUnmarkAllPixmaps();
KbfxPixmapLabelSiraj->setFrameShape ( TQFrame::WinPanel ); KbfxPixmapLabelSiraj->setFrameShape ( TQFrame::WinPanel );
return TRUE; return TRUE;
} }
else if ( TQT_BASE_OBJECT(obj) == TQT_BASE_OBJECT(KbfxPixmapLabelNathanael) ) else if ( obj == KbfxPixmapLabelNathanael )
{ {
KbfxTeamInfo->setText ( KbfxMemberTextNathanael ); KbfxTeamInfo->setText ( KbfxMemberTextNathanael );
KbfxUnmarkAllPixmaps(); KbfxUnmarkAllPixmaps();
KbfxPixmapLabelNathanael->setFrameShape ( TQFrame::WinPanel ); KbfxPixmapLabelNathanael->setFrameShape ( TQFrame::WinPanel );
return TRUE; return TRUE;
} }
else if ( TQT_BASE_OBJECT(obj) == TQT_BASE_OBJECT(KbfxPixmapLabelPhobosK) ) else if ( obj == KbfxPixmapLabelPhobosK )
{ {
KbfxTeamInfo->setText ( KbfxMemberTextPhobosK ); KbfxTeamInfo->setText ( KbfxMemberTextPhobosK );
KbfxUnmarkAllPixmaps(); KbfxUnmarkAllPixmaps();
KbfxPixmapLabelPhobosK->setFrameShape ( TQFrame::WinPanel ); KbfxPixmapLabelPhobosK->setFrameShape ( TQFrame::WinPanel );
return TRUE; return TRUE;
} }
else if ( TQT_BASE_OBJECT(obj) == TQT_BASE_OBJECT(KbfxPixmapLabelJohnny) ) else if ( obj == KbfxPixmapLabelJohnny )
{ {
KbfxTeamInfo->setText ( KbfxMemberTextJohnny ); KbfxTeamInfo->setText ( KbfxMemberTextJohnny );
KbfxUnmarkAllPixmaps(); KbfxUnmarkAllPixmaps();
KbfxPixmapLabelJohnny->setFrameShape ( TQFrame::WinPanel ); KbfxPixmapLabelJohnny->setFrameShape ( TQFrame::WinPanel );
return TRUE; return TRUE;
} }
else if ( TQT_BASE_OBJECT(obj) == TQT_BASE_OBJECT(KbfxPixmapLabelEphracis) ) else if ( obj == KbfxPixmapLabelEphracis )
{ {
KbfxTeamInfo->setText ( KbfxMemberTextEphracis ); KbfxTeamInfo->setText ( KbfxMemberTextEphracis );
KbfxUnmarkAllPixmaps(); KbfxUnmarkAllPixmaps();

Loading…
Cancel
Save