summaryrefslogtreecommitdiffstats
path: root/src/modules/help/index.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/help/index.cpp')
-rw-r--r--src/modules/help/index.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/help/index.cpp b/src/modules/help/index.cpp
index b72989c..f63ca0a 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);
}