Switch to side-by-side view

--- a/src/qtgui/spell_w.cpp
+++ b/src/qtgui/spell_w.cpp
@@ -44,6 +44,7 @@
 #include "spell_w.h"
 #include "guiutils.h"
 #include "rcldb.h"
+#include "rclhelp.h"
 
 #ifdef RCL_USE_ASPELL
 #include "rclaspell.h"
@@ -80,6 +81,9 @@
 	    insertItem(QString::fromAscii(it->c_str(), it->length()));
     }
     stemLangCMB->setEnabled(expTypeCMB->currentItem()==2);
+
+    (void)new HelpClient(this);
+    HelpClient::installMap(this->name(), "RCL.SEARCH.TERMEXPLORER");
 
     // signals and slots connections
     connect(baseWordLE, SIGNAL(textChanged(const QString&)),