diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-09 16:18:44 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-09 16:18:44 -0500 |
commit | 54aa2cd493fb5fa2f699895b82b569baf5cc607a (patch) | |
tree | 2029385cc80cccf3d6daa1e14f6c40bc406d5b13 | |
parent | 47d283876b6d291b04dab7da05c2ce1bce9e8eb3 (diff) | |
download | tdelibs-54aa2cd493fb5fa2f699895b82b569baf5cc607a.tar.gz tdelibs-54aa2cd493fb5fa2f699895b82b569baf5cc607a.zip |
Fix prior commit
-rw-r--r-- | tdeutils/tdecmoduleproxy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeutils/tdecmoduleproxy.cpp b/tdeutils/tdecmoduleproxy.cpp index f1c91e414..75da38e02 100644 --- a/tdeutils/tdecmoduleproxy.cpp +++ b/tdeutils/tdecmoduleproxy.cpp @@ -604,7 +604,7 @@ TQString TDECModuleProxy::handbookSection() const return realModule() ? realModule()->handbookSection() : TQString::null; } else { - /* This needs fixing, perhaps cache a TDEAboutData copy + /* This needs fixing, perhaps cache a handbookSection() copy * while in root mode? */ return TQString::null; } |