diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-03-19 10:06:06 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-03-19 10:06:06 +0900 |
commit | 283bc34244d24be02e90b767a82826a4ca8da186 (patch) | |
tree | 5b9d49d503a44b8ceea82744f11b8014e3b41ca3 /src/tdeiosvn/tdeiosvn.cpp | |
parent | 971ab170cfa851d20a42864231676f05f4cdb4cc (diff) | |
download | tdesvn-283bc34244d24be02e90b767a82826a4ca8da186.tar.gz tdesvn-283bc34244d24be02e90b767a82826a4ca8da186.zip |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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" |