diff options
Diffstat (limited to 'configdialog/kbfxconfigdlgabout.ui.h')
-rw-r--r-- | configdialog/kbfxconfigdlgabout.ui.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/configdialog/kbfxconfigdlgabout.ui.h b/configdialog/kbfxconfigdlgabout.ui.h index 3e7c2f5..f54dbd4 100644 --- a/configdialog/kbfxconfigdlgabout.ui.h +++ b/configdialog/kbfxconfigdlgabout.ui.h @@ -87,42 +87,42 @@ bool KbfxConfigDlgAbout::eventFilter ( TQObject *obj, TQEvent *ev ) KbfxTeamInfo->setText ( KbfxMemberTextNookie ); KbfxUnmarkAllPixmaps(); KbfxPixmapLabelNookie->setFrameShape ( TQFrame::WinPanel ); - return TRUE; + return true; } else if ( obj == KbfxPixmapLabelSiraj ) { KbfxTeamInfo->setText ( KbfxMemberTextSiraj ); KbfxUnmarkAllPixmaps(); KbfxPixmapLabelSiraj->setFrameShape ( TQFrame::WinPanel ); - return TRUE; + return true; } else if ( obj == KbfxPixmapLabelNathanael ) { KbfxTeamInfo->setText ( KbfxMemberTextNathanael ); KbfxUnmarkAllPixmaps(); KbfxPixmapLabelNathanael->setFrameShape ( TQFrame::WinPanel ); - return TRUE; + return true; } else if ( obj == KbfxPixmapLabelPhobosK ) { KbfxTeamInfo->setText ( KbfxMemberTextPhobosK ); KbfxUnmarkAllPixmaps(); KbfxPixmapLabelPhobosK->setFrameShape ( TQFrame::WinPanel ); - return TRUE; + return true; } else if ( obj == KbfxPixmapLabelJohnny ) { KbfxTeamInfo->setText ( KbfxMemberTextJohnny ); KbfxUnmarkAllPixmaps(); KbfxPixmapLabelJohnny->setFrameShape ( TQFrame::WinPanel ); - return TRUE; + return true; } else if ( obj == KbfxPixmapLabelEphracis ) { KbfxTeamInfo->setText ( KbfxMemberTextEphracis ); KbfxUnmarkAllPixmaps(); KbfxPixmapLabelEphracis->setFrameShape ( TQFrame::WinPanel ); - return TRUE; + return true; } } @@ -139,13 +139,13 @@ bool KbfxConfigDlgAbout::eventFilter ( TQObject *obj, TQEvent *ev ) { KbfxTeamInfo->setText(""); - return TRUE; + return true; } } */ return TQWidget::eventFilter ( obj, ev ); -// return FALSE; +// return false; } void KbfxConfigDlgAbout::KbfxUnmarkAllPixmaps() |