From 1b697b6bf7c1e3bd0f9b6d0bb9cdf5b47b7ebc13 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 8 Nov 2014 00:27:21 -0600 Subject: Fix up remaining references to DocPath --- kommander/editor/mainwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kommander/editor/mainwindow.cpp b/kommander/editor/mainwindow.cpp index e6b57513..0abb7de2 100644 --- a/kommander/editor/mainwindow.cpp +++ b/kommander/editor/mainwindow.cpp @@ -1453,7 +1453,7 @@ void MainWindow::writeConfig() config->setGroup("General"); config->writeEntry("RestoreWorkspace", restoreConfig); config->writeEntry("SplashScreen", splashScreen); - config->writeEntry("DocPath", docPath); + config->writeEntry("X-DocPath", docPath); config->writeEntry("TemplatePath", templPath); config->setGroup("Grid"); @@ -1490,7 +1490,7 @@ void MainWindow::readConfig() config->setGroup("General"); restoreConfig = config->readBoolEntry("RestoreWorkspace", true); splashScreen = config->readBoolEntry("SplashScreen", true); - docPath = config->readEntry("DocPath", docPath); + docPath = config->readEntry("X-DocPath", docPath); templPath = config->readEntry("TemplatePath", TQString()); config->setGroup("Grid"); -- cgit v1.2.1