From a553069ad068dcab541282df24dbe12591153af8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 17 Mar 2022 09:54:21 +0100 Subject: Replace the use of the old API TQString::data(). The definition of -UTQT_NO_COMPAT is no longer needed. 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 eeae53f59df4d79d0399c2217a165ff2fab754db) --- libkgpgfile/kgpgfile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libkgpgfile/kgpgfile.cpp') diff --git a/libkgpgfile/kgpgfile.cpp b/libkgpgfile/kgpgfile.cpp index 25182cd..73413bc 100644 --- a/libkgpgfile/kgpgfile.cpp +++ b/libkgpgfile/kgpgfile.cpp @@ -570,7 +570,7 @@ void KGPGFile::publicKeyList(TQStringList& list, const TQString& pattern) val = TQString("%1:%2").arg(currentKey).arg(fields[9]); map[val] = val; } else { - tqDebug("'%s' is expired", fields[9].data()); + tqDebug(TQString("'%1' is expired").arg(fields[9])); } } else if(fields[0] == "uid") { val = TQString("%1:%2").arg(currentKey).arg(fields[9]); -- cgit v1.2.1