diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-09 16:14:40 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-09 16:14:40 -0500 |
commit | 47d283876b6d291b04dab7da05c2ce1bce9e8eb3 (patch) | |
tree | 5cd42ca1205e0f7bc0ed5d3f76a60f785cffa1bd /tdeutils/tdecmoduleproxy.h | |
parent | 232853179360c3d0fc3fb2dc830f02488e2b83e7 (diff) | |
download | tdelibs-47d283876b6d291b04dab7da05c2ce1bce9e8eb3.tar.gz tdelibs-47d283876b6d291b04dab7da05c2ce1bce9e8eb3.zip |
Load proper handbook section when a TDEControl module is loaded via tdecmshell instead of kcontrol
This relates to Bug 1850
Diffstat (limited to 'tdeutils/tdecmoduleproxy.h')
-rw-r--r-- | tdeutils/tdecmoduleproxy.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tdeutils/tdecmoduleproxy.h b/tdeutils/tdecmoduleproxy.h index 728404f1a..3d2b1ca82 100644 --- a/tdeutils/tdecmoduleproxy.h +++ b/tdeutils/tdecmoduleproxy.h @@ -158,6 +158,11 @@ public: const TDEAboutData * aboutData() const; /** + * @return the module's handbookSection() + */ + TQString handbookSection() const; + + /** * @return what buttons the module * needs */ |