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/tdeiosvn/tdeiosvn.cpp | |
parent | a7413f700bbf107677b27816e25df21384be55ce (diff) | |
download | tdesvn-eb8fa2d68a46e05c52d67e98abb60e9bb70cfa6c.tar.gz tdesvn-eb8fa2d68a46e05c52d67e98abb60e9bb70cfa6c.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/tdeiosvn/tdeiosvn.cpp')
-rw-r--r-- | src/tdeiosvn/tdeiosvn.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/tdeiosvn/tdeiosvn.cpp b/src/tdeiosvn/tdeiosvn.cpp index 97c293a..2f35ee9 100644 --- a/src/tdeiosvn/tdeiosvn.cpp +++ b/src/tdeiosvn/tdeiosvn.cpp @@ -21,12 +21,12 @@ #include "tdeiosvn.h" #include "tdeiolistener.h" -#include "svnqttypes.hpp" -#include "dirent.hpp" -#include "url.hpp" -#include "status.hpp" -#include "targets.hpp" -#include "info_entry.hpp" +#include "svnqttypes.h" +#include "dirent.h" +#include "url.h" +#include "status.h" +#include "targets.h" +#include "info_entry.h" #include "tdesvnsettings.h" #include "sub2qt.h" #include "sshagent.h" |