From 7c40eb2981e88ba646d746fe4ef9828242505574 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 11 Jul 2023 20:50:25 +0900 Subject: Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro --- src/tdeiosvn/tdeiolistener.cpp | 6 +++--- src/tdeiosvn/tdeiosvn.cpp | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/tdeiosvn/tdeiolistener.cpp b/src/tdeiosvn/tdeiolistener.cpp index 9f4531d..dc36588 100644 --- a/src/tdeiosvn/tdeiolistener.cpp +++ b/src/tdeiosvn/tdeiolistener.cpp @@ -83,7 +83,7 @@ bool KioListener::contextGetLogMessage (TQString & msg,const svn::CommitItemList } } - if (replyType!=TQSTRINGLIST_OBJECT_NAME_STRING) { + if (replyType!="TQStringList") { msg = "Wrong reply type"; kdWarning()<