From 7cc4356bc2eceb5a66c2263bff44aa472d2ca290 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 --- src/modules/rijndael/libkvirijndael.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/rijndael/libkvirijndael.cpp') diff --git a/src/modules/rijndael/libkvirijndael.cpp b/src/modules/rijndael/libkvirijndael.cpp index e9c7051..b39edcb 100644 --- a/src/modules/rijndael/libkvirijndael.cpp +++ b/src/modules/rijndael/libkvirijndael.cpp @@ -659,7 +659,7 @@ { if(*(encoded.ptr()) != '*') { - debug("WARNING: Specified a CBC key but the incoming message doesn't seem to be a CBC one"); + tqDebug("WARNING: Specified a CBC key but the incoming message doesn't seem to be a CBC one"); return doDecryptECB(encoded,plain); } encoded.cutLeft(1); -- cgit v1.2.3