Switch to unified view

a/src/qtgui/rclmain_w.cpp b/src/qtgui/rclmain_w.cpp
...
...
304
        this, SLOT(resultCount(int)));
304
        this, SLOT(resultCount(int)));
305
    connect(reslist, SIGNAL(docExpand(Rcl::Doc)), 
305
    connect(reslist, SIGNAL(docExpand(Rcl::Doc)), 
306
        this, SLOT(docExpand(Rcl::Doc)));
306
        this, SLOT(docExpand(Rcl::Doc)));
307
    connect(reslist, SIGNAL(wordSelect(QString)),
307
    connect(reslist, SIGNAL(wordSelect(QString)),
308
        sSearch, SLOT(addTerm(QString)));
308
        sSearch, SLOT(addTerm(QString)));
309
    connect(reslist, SIGNAL(wordReplace(const QString&, const QString&)),
310
      sSearch, SLOT(onWordReplace(const QString&, const QString&)));
309
    connect(reslist, SIGNAL(nextPageAvailable(bool)), 
311
    connect(reslist, SIGNAL(nextPageAvailable(bool)), 
310
        this, SLOT(enableNextPage(bool)));
312
        this, SLOT(enableNextPage(bool)));
311
    connect(reslist, SIGNAL(prevPageAvailable(bool)), 
313
    connect(reslist, SIGNAL(prevPageAvailable(bool)), 
312
        this, SLOT(enablePrevPage(bool)));
314
        this, SLOT(enablePrevPage(bool)));
313
    connect(reslist, SIGNAL(docEditClicked(Rcl::Doc)), 
315
    connect(reslist, SIGNAL(docEditClicked(Rcl::Doc)),