diff options
author | Michele Calgaro <[email protected]> | 2023-07-12 11:34:47 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-13 10:04:55 +0900 |
commit | 41f63196dd0642327c581dc22e0c206b35a22cb7 (patch) | |
tree | 6cdadc0b9a2cbb418848ecb32c289a8c7f7624db /tdeioslave | |
parent | 365f31354bad56db26993380120a4d5e26fc133d (diff) | |
download | tdesdk-41f63196dd0642327c581dc22e0c206b35a22cb7.tar.gz tdesdk-41f63196dd0642327c581dc22e0c206b35a22cb7.zip |
Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 8dac8f1a52cf3a2983af451aff69ca268cfbd6d7)
Diffstat (limited to 'tdeioslave')
-rw-r--r-- | tdeioslave/svn/svn.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |