diff --git a/identity/xfaceconfigurator.cpp b/identity/xfaceconfigurator.cpp index 3dc39fddf..5d54e4fc4 100644 --- a/identity/xfaceconfigurator.cpp +++ b/identity/xfaceconfigurator.cpp @@ -186,7 +186,7 @@ namespace KMail { mTextEdit->setWhatsThis( i18n( "Use this field to enter an arbitrary X-Face string." ) ); mTextEdit->setFont( KGlobalSettings::fixedFont() ); mTextEdit->setWordWrapMode( QTextOption::WrapAnywhere); - mTextEdit->addSearchSupport(false); + mTextEdit->setSearchSupport(false); label2 = new QLabel( i18n("Examples are available at " "http://ace.home.xs4all.nl/X-Faces/."), page );