summaryrefslogtreecommitdiffstats
path: root/tdeutils
diff options
context:
space:
mode:
Diffstat (limited to 'tdeutils')
-rw-r--r--tdeutils/kcmultidialog.h2
-rw-r--r--tdeutils/tdecmoduleinfo.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tdeutils/kcmultidialog.h b/tdeutils/kcmultidialog.h
index 4a90f5d0c..444f2f4db 100644
--- a/tdeutils/kcmultidialog.h
+++ b/tdeutils/kcmultidialog.h
@@ -215,7 +215,7 @@ protected slots:
/**
* This slot is called when the user presses the "Help" Button.
- * It reads the DocPath field of the currently selected KControl
+ * It reads the X-DocPath field of the currently selected KControl
* module's .desktop file to find the path to the documentation,
* which it then attempts to load.
*
diff --git a/tdeutils/tdecmoduleinfo.cpp b/tdeutils/tdecmoduleinfo.cpp
index 4869bb1ef..0b0f7f4e8 100644
--- a/tdeutils/tdecmoduleinfo.cpp
+++ b/tdeutils/tdecmoduleinfo.cpp
@@ -173,7 +173,7 @@ TDECModuleInfo::loadAll()
setIsHiddenByDefault( tmp.isValid() ? tmp.toBool() : false );
// get the documentation path
- setDocPath( _service->property( "DocPath", TQVariant::String ).toString() );
+ setDocPath( _service->property( "X-DocPath", TQVariant::String ).toString() );
tmp = _service->property( "X-TDE-Test-Module", TQVariant::Bool );
setNeedsTest( tmp.isValid() ? tmp.asBool() : false );