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/tdesvnd | |
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/tdesvnd')
-rw-r--r-- | src/tdesvnd/tdesvnd_dcop.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/tdesvnd/tdesvnd_dcop.cpp b/src/tdesvnd/tdesvnd_dcop.cpp index 6e58707..2bc7173 100644 --- a/src/tdesvnd/tdesvnd_dcop.cpp +++ b/src/tdesvnd/tdesvnd_dcop.cpp @@ -25,11 +25,11 @@ #include "logmsg_impl.h" #include "tdesvnsettings.h" #include "pwstorage.h" -#include "client.hpp" -#include "revision.hpp" -#include "status.hpp" -#include "context_listener.hpp" -#include "url.hpp" +#include "client.h" +#include "revision.h" +#include "status.h" +#include "context_listener.h" +#include "url.h" #include "ktranslateurl.h" #include <kdebug.h> |