Fix up remaining references to DocPath

pull/1/head r14.0.0
Timothy Pearson 10 years ago
parent a56c76eb59
commit 1b697b6bf7

@ -1453,7 +1453,7 @@ void MainWindow::writeConfig()
config->setGroup("General"); config->setGroup("General");
config->writeEntry("RestoreWorkspace", restoreConfig); config->writeEntry("RestoreWorkspace", restoreConfig);
config->writeEntry("SplashScreen", splashScreen); config->writeEntry("SplashScreen", splashScreen);
config->writeEntry("DocPath", docPath); config->writeEntry("X-DocPath", docPath);
config->writeEntry("TemplatePath", templPath); config->writeEntry("TemplatePath", templPath);
config->setGroup("Grid"); config->setGroup("Grid");
@ -1490,7 +1490,7 @@ void MainWindow::readConfig()
config->setGroup("General"); config->setGroup("General");
restoreConfig = config->readBoolEntry("RestoreWorkspace", true); restoreConfig = config->readBoolEntry("RestoreWorkspace", true);
splashScreen = config->readBoolEntry("SplashScreen", true); splashScreen = config->readBoolEntry("SplashScreen", true);
docPath = config->readEntry("DocPath", docPath); docPath = config->readEntry("X-DocPath", docPath);
templPath = config->readEntry("TemplatePath", TQString()); templPath = config->readEntry("TemplatePath", TQString());
config->setGroup("Grid"); config->setGroup("Grid");

Loading…
Cancel
Save