diff options
Diffstat (limited to 'src/modules/help/index.cpp')
-rw-r--r-- | src/modules/help/index.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/help/index.cpp b/src/modules/help/index.cpp index b72989c1..f63ca0a2 100644 --- a/src/modules/help/index.cpp +++ b/src/modules/help/index.cpp @@ -310,7 +310,7 @@ void Index::readDocumentList() return; TQTextStream s1( &f1 ); titleList = TQStringList::split("[#item#]",s1.read()); -// debug(titleList); +// tqDebug(titleList); } |