Switch to unified view

a/src/qtgui/spell_w.cpp b/src/qtgui/spell_w.cpp
...
...
95
        addItem(QString::fromUtf8(it->c_str(), it->length()));
95
        addItem(QString::fromUtf8(it->c_str(), it->length()));
96
    }
96
    }
97
97
98
    (void)new HelpClient(this);
98
    (void)new HelpClient(this);
99
    HelpClient::installMap((const char *)this->objectName().toUtf8(), 
99
    HelpClient::installMap((const char *)this->objectName().toUtf8(), 
100
               "RCL.SEARCH.TERMEXPLORER");
100
               "RCL.SEARCH.GUI.TERMEXPLORER");
101
101
102
    // signals and slots connections
102
    // signals and slots connections
103
    connect(baseWordLE, SIGNAL(textChanged(const QString&)), 
103
    connect(baseWordLE, SIGNAL(textChanged(const QString&)), 
104
        this, SLOT(wordChanged(const QString&)));
104
        this, SLOT(wordChanged(const QString&)));
105
    connect(baseWordLE, SIGNAL(returnPressed()), this, SLOT(doExpand()));
105
    connect(baseWordLE, SIGNAL(returnPressed()), this, SLOT(doExpand()));