| 74 | } |
| 75 | |
| 76 | void KDiff3Shell::optionsShowToolbar() |
| 77 | { |
| 78 | // this is all very cut and paste code for showing/hiding the |
| 79 | // toolbar |
| 80 | if(m_toolbarAction->isChecked()) |
| 81 | toolBar()->show(); |
| 82 | else |
| 83 | toolBar()->hide(); |
| 84 | } |
| 85 | |
| 86 | void KDiff3Shell::optionsShowStatusbar() |
| 87 | { |