| 98 | KMainWindow::savePropertiesInternal(config, num); |
| 99 | } |
| 100 | void readPropertiesInternal(KConfig *config, int num) |
| 101 | { |
| 102 | KMainWindow::readPropertiesInternal(config, num); |
| 103 | } |
| 104 | |
| 105 | void readSettings(); |
| 106 | void writeSettings(); |
no outgoing calls