summaryrefslogtreecommitdiffstats
path: root/src/modules/help
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/help')
-rw-r--r--src/modules/help/index.cpp2
-rw-r--r--src/modules/help/libkvihelp.cpp2
2 files changed, 2 insertions, 2 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);
}
diff --git a/src/modules/help/libkvihelp.cpp b/src/modules/help/libkvihelp.cpp
index 9fcb36ec..e6d4e821 100644
--- a/src/modules/help/libkvihelp.cpp
+++ b/src/modules/help/libkvihelp.cpp
@@ -176,7 +176,7 @@ static bool help_kvs_cmd_open(KviKvsModuleCommandCall * c)
c->window()->frame(),true);
w->textBrowser()->setSource(doc);
w->show();
- //debug ("mostro");
+ //tqDebug ("mostro");
}
return true;
}