diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-05 17:49:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-05 17:49:12 +0900 |
commit | de5478a9151654feb55ce8e577351ee7178fadb8 (patch) | |
tree | 63af1f4fd8efaa2d383cf10505d62c4006c2b074 /vcs/subversion/svn_tdeio.cpp | |
parent | 6c9c7ff3d392729a381f0f35bb8f7b51fa6f66ae (diff) | |
download | tdevelop-de5478a9151654feb55ce8e577351ee7178fadb8.tar.gz tdevelop-de5478a9151654feb55ce8e577351ee7178fadb8.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'vcs/subversion/svn_tdeio.cpp')
-rw-r--r-- | vcs/subversion/svn_tdeio.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcs/subversion/svn_tdeio.cpp b/vcs/subversion/svn_tdeio.cpp index d1eb8337..24959c37 100644 --- a/vcs/subversion/svn_tdeio.cpp +++ b/vcs/subversion/svn_tdeio.cpp @@ -2186,7 +2186,7 @@ void tdeio_svnProtocol::wc_resolve( const KURL& wc, bool recurse ) { extern "C" { - KDE_EXPORT int kdemain(int argc, char **argv) { + TDE_EXPORT int kdemain(int argc, char **argv) { TDEInstance instance( "tdeio_kdevsvn" ); kdDebug(9036) << "*** Starting tdeio_kdevsvn " << endl; |