From 8dac8f1a52cf3a2983af451aff69ca268cfbd6d7 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 12 Jul 2023 11:34:47 +0900 Subject: Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro --- tdeioslave/svn/svn.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdeioslave/svn/svn.cpp') diff --git a/tdeioslave/svn/svn.cpp b/tdeioslave/svn/svn.cpp index cac709c3..a25abe36 100644 --- a/tdeioslave/svn/svn.cpp +++ b/tdeioslave/svn/svn.cpp @@ -1371,7 +1371,7 @@ svn_error_t *tdeio_svnProtocol::commitLogPrompt( const char **log_msg, const cha return SVN_NO_ERROR; } - if ( replyType != TQSTRING_OBJECT_NAME_STRING ) { + if ( replyType != "TQString" ) { kdWarning() << "Unexpected reply type" << endl; return SVN_NO_ERROR; } -- cgit v1.2.3