Switch to unified view

a/src/qtgui/rclmain_w.cpp b/src/qtgui/rclmain_w.cpp
...
...
936
    connect(new QShortcut(quitKeySeq, indexSched), SIGNAL (activated()), 
936
    connect(new QShortcut(quitKeySeq, indexSched), SIGNAL (activated()), 
937
        this, SLOT (fileExit()));
937
        this, SLOT (fileExit()));
938
    connect(indexSched->cronCLB, SIGNAL(clicked()), 
938
    connect(indexSched->cronCLB, SIGNAL(clicked()), 
939
        this, SLOT(execCronTool()));
939
        this, SLOT(execCronTool()));
940
    if (theconfig && theconfig->isDefaultConfig()) {
940
    if (theconfig && theconfig->isDefaultConfig()) {
941
#ifdef RCL_MONITOR
941
        connect(indexSched->rtidxCLB, SIGNAL(clicked()), 
942
        connect(indexSched->rtidxCLB, SIGNAL(clicked()), 
942
            this, SLOT(execRTITool()));
943
            this, SLOT(execRTITool()));
944
#else
945
      indexSched->rtidxCLB->setEnabled(false);
946
#endif
943
    } else {
947
    } else {
944
        indexSched->rtidxCLB->setEnabled(false);
948
        indexSched->rtidxCLB->setEnabled(false);
945
    }
949
    }
946
    } else {
950
    } else {
947
    // Close and reopen, in hope that makes us visible...
951
    // Close and reopen, in hope that makes us visible...