diff options
author | Michele Calgaro <[email protected]> | 2021-03-19 10:06:06 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2021-03-19 10:10:59 +0900 |
commit | eb8fa2d68a46e05c52d67e98abb60e9bb70cfa6c (patch) | |
tree | ed685a6c70bc5742159b8a9bdd958d62406fdfe0 /src/svnqt/client.cpp | |
parent | a7413f700bbf107677b27816e25df21384be55ce (diff) | |
download | tdesvn-cc701c0093fff68fa5a598848ae4761d370c8800.tar.gz tdesvn-cc701c0093fff68fa5a598848ae4761d370c8800.zip |
Renaming of files in preparation for code style tools.r14.0.10
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 283bc34244d24be02e90b767a82826a4ca8da186)
Diffstat (limited to 'src/svnqt/client.cpp')
-rw-r--r-- | src/svnqt/client.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/svnqt/client.cpp b/src/svnqt/client.cpp index 73b4b60..9df6cb4 100644 --- a/src/svnqt/client.cpp +++ b/src/svnqt/client.cpp @@ -32,9 +32,9 @@ #endif // svncpp -#include "svnqt/client.hpp" -#include "svnqt/client_impl.hpp" -#include "svnqt/svnqt_defines.hpp" +#include "svnqt/client.h" +#include "svnqt/client_impl.h" +#include "svnqt/svnqt_defines.h" #include "svn_opt.h" |