Branch: master

1b697b6b 2014-11-08 00:27:21 Timothy Pearson
Fix up remaining references to DocPath
M kommander/editor/mainwindow.cpp
diff --git a/kommander/editor/mainwindow.cpp b/kommander/editor/mainwindow.cpp
index e6b5751..0abb7de 100644
--- a/kommander/editor/mainwindow.cpp
+++ b/kommander/editor/mainwindow.cpp
@@ -1453,7 +1453,7 @@
   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 @@
   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");