Replace TRUE/FALSE with boolean values true/false

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/85/head
Michele Calgaro 6 months ago
parent fac2a8c31e
commit f68fc8f730
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -4136,7 +4136,7 @@ ContextBrowser::wikiResult( TDEIO::Job* job ) //SLOT
m_wikiToolBar->setItemEnabled( WIKI_BROWSER, true ); m_wikiToolBar->setItemEnabled( WIKI_BROWSER, true );
// FIXME: Get a safer Regexp here, to match only inside of <head> </head> at least. // FIXME: Get a safer Regexp here, to match only inside of <head> </head> at least.
if ( m_wiki.contains( "charset=utf-8", FALSE ) ) { if ( m_wiki.contains( "charset=utf-8", false ) ) {
m_wiki = TQString::fromUtf8( storedJob->data().data(), storedJob->data().size() ); m_wiki = TQString::fromUtf8( storedJob->data().data(), storedJob->data().size() );
} }

Loading…
Cancel
Save