From eb6ac02bb511f14a2506fb2f3c94d84d469e42cd Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Mon, 29 Oct 2018 18:21:41 +0100 Subject: Fix build with a clean TQt namespace. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 7cc4356bc2eceb5a66c2263bff44aa472d2ca290) --- src/modules/help/index.cpp | 2 +- src/modules/help/libkvihelp.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/help') 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); } diff --git a/src/modules/help/libkvihelp.cpp b/src/modules/help/libkvihelp.cpp index 9fcb36e..e6d4e82 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; } -- cgit v1.2.3