From eb6ac02bb511f14a2506fb2f3c94d84d469e42cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= 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/options/instances.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/modules/options/instances.cpp') diff --git a/src/modules/options/instances.cpp b/src/modules/options/instances.cpp index 7e1e8968..5a4eba38 100644 --- a/src/modules/options/instances.cpp +++ b/src/modules/options/instances.cpp @@ -650,7 +650,7 @@ KviOptionsInstanceManager::KviOptionsInstanceManager() : TQObject(0) { - //debug("Instantiating"); + //tqDebug("Instantiating"); // Create the global widget dict : case sensitive , do not copy keys m_pInstanceTree = new KviPointerList; m_pInstanceTree->setAutoDelete(true); @@ -3466,9 +3466,9 @@ void KviOptionsInstanceManager::deleteInstanceTree(KviPointerListpWidget->parent(); e->pWidget = 0; } else { - debug("Ops...i have deleted the options dialog ?"); + tqDebug("Ops...i have deleted the options dialog ?"); } - } //else debug("Clas %s has no widget",e->szName); + } //else tqDebug("Clas %s has no widget",e->szName); if(e->pChildList)deleteInstanceTree(e->pChildList); } delete l; @@ -3478,7 +3478,7 @@ void KviOptionsInstanceManager::deleteInstanceTree(KviPointerList