From eeae53f59df4d79d0399c2217a165ff2fab754db 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 --- libkgpgfile/kgpgfile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libkgpgfile') diff --git a/libkgpgfile/kgpgfile.cpp b/libkgpgfile/kgpgfile.cpp index 034bf90..ca75e29 100644 --- a/libkgpgfile/kgpgfile.cpp +++ b/libkgpgfile/kgpgfile.cpp @@ -571,7 +571,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