summaryrefslogtreecommitdiffstats
path: root/parts/documentation/plugins/custom/doccustomplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'parts/documentation/plugins/custom/doccustomplugin.cpp')
-rw-r--r--parts/documentation/plugins/custom/doccustomplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/parts/documentation/plugins/custom/doccustomplugin.cpp b/parts/documentation/plugins/custom/doccustomplugin.cpp
index fa2b14a6..110b0cb0 100644
--- a/parts/documentation/plugins/custom/doccustomplugin.cpp
+++ b/parts/documentation/plugins/custom/doccustomplugin.cpp
@@ -36,7 +36,7 @@ DocCustomPlugin::DocCustomPlugin(TQObject* parent, const char* name, const TQStr
)
:DocumentationPlugin(DocCustomPluginFactory::instance()->config(), parent, name)
{
- setCapabilities(CustomDocumentationTitles | ProjectUserManual);
+ setCapabilities(ProjectUserManual);
autoSetup();
}