Switch to unified view

a/src/qtgui/confgui/confguiindex.cpp b/src/qtgui/confgui/confguiindex.cpp
...
...
338
                 " names which should not be indexed."));
338
                 " names which should not be indexed."));
339
    eskn->setFsEncoding(true);
339
    eskn->setFsEncoding(true);
340
    m_widgets.push_back(eskn);
340
    m_widgets.push_back(eskn);
341
    gl1->addWidget(eskn, 0, 0, 1, 2);
341
    gl1->addWidget(eskn, 0, 0, 1, 2);
342
342
343
    list<string> args;
343
    vector<string> args;
344
    args.push_back("-l");
344
    args.push_back("-l");
345
    ExecCmd ex;
345
    ExecCmd ex;
346
    string icout;
346
    string icout;
347
    string cmd = "iconv";
347
    string cmd = "iconv";
348
    int status = ex.doexec(cmd, args, 0, &icout);
348
    int status = ex.doexec(cmd, args, 0, &icout);