Branch: master

d75a2aa3 2014-10-14 00:15:32 Timothy Pearson
Bring centrejust, leftjust, rightjust, text_left, text_right, text_bold, text_italic, text_under, text_strike, and spellcheck icons into XDG compliance
M src/gui/parafieldwidget.cpp
diff --git a/src/gui/parafieldwidget.cpp b/src/gui/parafieldwidget.cpp
index c03a28a..12444f0 100644
--- a/src/gui/parafieldwidget.cpp
+++ b/src/gui/parafieldwidget.cpp
@@ -24,7 +24,7 @@
 
   m_textEdit = new KTextEdit(this);
   m_textEdit->setTextFormat(TQt::PlainText);
-  if(field_->property(TQString::fromLatin1("spellcheck")) != Latin1Literal("false")) {
+  if(field_->property(TQString::fromLatin1("tools-check-spelling")) != Latin1Literal("false")) {
     m_textEdit->setCheckSpellingEnabled(true);
   }
   connect(m_textEdit, TQT_SIGNAL(textChanged()), TQT_SIGNAL(modified()));