diff options
Diffstat (limited to 'kopete/protocols/irc/ui/channellist.cpp')
-rw-r--r-- | kopete/protocols/irc/ui/channellist.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kopete/protocols/irc/ui/channellist.cpp b/kopete/protocols/irc/ui/channellist.cpp index fdff5512..de64319f 100644 --- a/kopete/protocols/irc/ui/channellist.cpp +++ b/kopete/protocols/irc/ui/channellist.cpp @@ -189,10 +189,10 @@ ChannelList::ChannelList( TQWidget* parent, KIRC::Engine *engine ) mChannelList = new TDEListView( this, "mChannelList" ); mChannelList->addColumn( i18n( "Channel" ) ); mChannelList->addColumn( i18n( "Users" ) ); - mChannelList->header()->setResizeEnabled( FALSE, mChannelList->header()->count() - 1 ); + mChannelList->header()->setResizeEnabled( false, mChannelList->header()->count() - 1 ); mChannelList->addColumn( i18n( "Topic" ) ); - mChannelList->setAllColumnsShowFocus( TRUE ); - mChannelList->setShowSortIndicator( TRUE ); + mChannelList->setAllColumnsShowFocus( true ); + mChannelList->setShowSortIndicator( true ); ChannelListLayout->addWidget( mChannelList ); clearWState( WState_Polished ); |