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/reguser/dialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/reguser/dialog.cpp') diff --git a/src/modules/reguser/dialog.cpp b/src/modules/reguser/dialog.cpp index 254c5fe..199f87a 100644 --- a/src/modules/reguser/dialog.cpp +++ b/src/modules/reguser/dialog.cpp @@ -862,7 +862,7 @@ void KviRegisteredUsersDialog::importClicked() img = io.image(); #endif - if(img.isNull())debug("Ops.. readed a null image ?"); + if(img.isNull())tqDebug("Ops.. readed a null image ?"); KviStr fName = u->name(); kvi_encodeFileName(fName); @@ -878,7 +878,7 @@ void KviRegisteredUsersDialog::importClicked() if(!img.save(fPath.ptr(),"PNG")) { - debug("Can't save image %s",fPath.ptr()); + tqDebug("Can't save image %s",fPath.ptr()); } else { u->setProperty("avatar",fPath.ptr()); } -- cgit v1.2.3