summaryrefslogtreecommitdiffstats
path: root/parts/documentation/plugins
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-09-18 12:35:26 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2014-09-18 12:35:26 +0900
commit4502e9b008b89e0dc452ef589c0fc31c9eb8c7be (patch)
tree0a92ddec284f1be4d62336a2b9006c10377444a6 /parts/documentation/plugins
parent2575ad2b3517d8fc321b423c8e8073b3d5b4419b (diff)
downloadtdevelop-4502e9b008b89e0dc452ef589c0fc31c9eb8c7be.tar.gz
tdevelop-4502e9b008b89e0dc452ef589c0fc31c9eb8c7be.zip
Renamed KDELIBS_DOXYDIR -> TDELIBS_DOXYDIR
Diffstat (limited to 'parts/documentation/plugins')
-rw-r--r--parts/documentation/plugins/doxygen/docdoxygenplugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/parts/documentation/plugins/doxygen/docdoxygenplugin.cpp b/parts/documentation/plugins/doxygen/docdoxygenplugin.cpp
index 9a5a6912..0edcfa33 100644
--- a/parts/documentation/plugins/doxygen/docdoxygenplugin.cpp
+++ b/parts/documentation/plugins/doxygen/docdoxygenplugin.cpp
@@ -187,8 +187,8 @@ bool DocDoxygenPlugin::needRefreshIndex(DocumentationCatalogItem* item)
void DocDoxygenPlugin::autoSetupPlugin()
{
- autoSetupDocs(KDELIBS_DOXYDIR, "en/tdelibs-apidocs", "The KDE API Reference (The KDE API Reference)");
- autoSetupDocs("", "en/tdevelop-apidocs", "The KDevelop Platform API Documentation (KDevelop)");
+ autoSetupDocs(TDELIBS_DOXYDIR, "en/tdelibs-apidocs", "The TDE API Reference");
+ autoSetupDocs("", "en/tdevelop-apidocs", "The TDevelop Platform API Documentation");
}