diff options
author | Slávek Banko <[email protected]> | 2018-10-29 18:21:41 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-10-29 18:21:41 +0100 |
commit | 7cc4356bc2eceb5a66c2263bff44aa472d2ca290 (patch) | |
tree | 08047b60c477dc7026c7623e25770825b5ce7e5c /src/modules/help/index.cpp | |
parent | 3b217bbf505473102331a7e2ed274fe63a4c3457 (diff) | |
download | kvirc-7cc4356bc2eceb5a66c2263bff44aa472d2ca290.tar.gz kvirc-7cc4356bc2eceb5a66c2263bff44aa472d2ca290.zip |
Fix build with a clean TQt namespace.
Signed-off-by: Slávek Banko <[email protected]>
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); } |