Switch to unified view

a/src/qtgui/rclmain_w.cpp b/src/qtgui/rclmain_w.cpp
...
...
120
    indexConfig = 0;
120
    indexConfig = 0;
121
    spellform = 0;
121
    spellform = 0;
122
    m_idxStatusAck = false;
122
    m_idxStatusAck = false;
123
123
124
    periodictimer = new QTimer(this);
124
    periodictimer = new QTimer(this);
125
126
    // At least some versions of qt4 don't display the status bar if
127
    // it's not created here.
128
    (void)statusBar();
125
129
126
    (void)new HelpClient(this);
130
    (void)new HelpClient(this);
127
    HelpClient::installMap(this->name(), "RCL.SEARCH.SIMPLE");
131
    HelpClient::installMap(this->name(), "RCL.SEARCH.SIMPLE");
128
132
129
    // Set the focus to the search terms entry:
133
    // Set the focus to the search terms entry: