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 | |
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')
-rw-r--r-- | src/tdeiosvn/tdeiobytestream.h | 2 | ||||
-rw-r--r-- | src/tdeiosvn/tdeiolistener.h | 2 | ||||
-rw-r--r-- | src/tdeiosvn/tdeiosvn.cpp | 12 |
3 files changed, 8 insertions, 8 deletions
diff --git a/src/tdeiosvn/tdeiobytestream.h b/src/tdeiosvn/tdeiobytestream.h index ebe1a91..34a8b46 100644 --- a/src/tdeiosvn/tdeiobytestream.h +++ b/src/tdeiosvn/tdeiobytestream.h @@ -20,7 +20,7 @@ #ifndef TDEIOBYTESTREAM_H #define TDEIOBYTESTREAM_H -#include "svnstream.hpp" +#include "svnstream.h" #include <tdeio/global.h> #include <kmimetype.h> diff --git a/src/tdeiosvn/tdeiolistener.h b/src/tdeiosvn/tdeiolistener.h index 6663239..eda598d 100644 --- a/src/tdeiosvn/tdeiolistener.h +++ b/src/tdeiosvn/tdeiolistener.h @@ -20,7 +20,7 @@ #ifndef TDEIOLISTENER_H #define TDEIOLISTENER_H -#include "context_listener.hpp" +#include "context_listener.h" #include "pwstorage.h" namespace TDEIO { 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" |