summaryrefslogtreecommitdiffstats
path: root/src/modules/help
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-10-29 18:21:41 +0100
committerSlávek Banko <slavek.banko@axis.cz>2022-01-17 13:30:05 +0100
commiteb6ac02bb511f14a2506fb2f3c94d84d469e42cd (patch)
tree138827ff0c8800f67b7725c352950f0df421916b /src/modules/help
parent351c95fe16505298db187a17e4ceff8d2377190b (diff)
downloadkvirc-eb6ac02bb511f14a2506fb2f3c94d84d469e42cd.tar.gz
kvirc-eb6ac02bb511f14a2506fb2f3c94d84d469e42cd.zip
Fix build with a clean TQt namespace.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 7cc4356bc2eceb5a66c2263bff44aa472d2ca290)
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;
}