From 01d88b2886ada398c883a44410827b11b907e512 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 27 Nov 2014 11:51:59 +0900 Subject: Added support for handbookDocPath(). This relates to bug 1850. --- tdeutils/tdecmoduleproxy.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tdeutils/tdecmoduleproxy.h') diff --git a/tdeutils/tdecmoduleproxy.h b/tdeutils/tdecmoduleproxy.h index 3d2b1ca82..f5b570125 100644 --- a/tdeutils/tdecmoduleproxy.h +++ b/tdeutils/tdecmoduleproxy.h @@ -157,6 +157,11 @@ public: */ const TDEAboutData * aboutData() const; + /** + * @return the module's handbookDocPath() + */ + TQString handbookDocPath() const; + /** * @return the module's handbookSection() */ -- cgit v1.2.1