diff options
Diffstat (limited to 'configdialog/kbfxconfigdlgplugins.ui.h')
-rw-r--r-- | configdialog/kbfxconfigdlgplugins.ui.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configdialog/kbfxconfigdlgplugins.ui.h b/configdialog/kbfxconfigdlgplugins.ui.h index 9ede1e1..94d5358 100644 --- a/configdialog/kbfxconfigdlgplugins.ui.h +++ b/configdialog/kbfxconfigdlgplugins.ui.h @@ -39,7 +39,7 @@ TQStringList KbfxConfigDlgPlugins::KbfxListPlugins ( int panel ) for ( it_available = allPlugins.begin(); it_available != allPlugins.end(); ++it_available ) { - _not_present = TRUE; + _not_present = true; if ( panel == 0 ) { for ( it_requested = ConfigInit ().m_pluginsLeft.begin (); @@ -47,7 +47,7 @@ TQStringList KbfxConfigDlgPlugins::KbfxListPlugins ( int panel ) { if ( ( *it_available ).contains ( *it_requested ) > 0 ) { - _not_present = FALSE; + _not_present = false; break; } } @@ -59,7 +59,7 @@ TQStringList KbfxConfigDlgPlugins::KbfxListPlugins ( int panel ) { if ( ( *it_available ).contains ( *it_requested ) > 0 ) { - _not_present = FALSE; + _not_present = false; break; } } |