diff options
Diffstat (limited to 'src/autostart.cpp')
| -rw-r--r-- | src/autostart.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/autostart.cpp b/src/autostart.cpp index 9a0e837..7345a94 100644 --- a/src/autostart.cpp +++ b/src/autostart.cpp @@ -126,8 +126,8 @@ CAutostart::CAutostart(TQWidget *parent, const char *name, const TQStringList&) listCMD->addColumn( i18n( "Name" ) ); listCMD->addColumn( i18n( "Command" ) ); listCMD->addColumn( i18n( "Run on" ) ); - listCMD->setAllColumnsShowFocus( TRUE ); - listCMD->setShowSortIndicator( TRUE ); + listCMD->setAllColumnsShowFocus( true ); + listCMD->setShowSortIndicator( true ); AutostartConfigLayout->addMultiCellWidget( listCMD, 0, 4, 0, 0 ); TQSpacerItem * spacer1 = new TQSpacerItem( 71, 170, TQSizePolicy::Minimum, TQSizePolicy::Expanding ); |
