summaryrefslogtreecommitdiffstats
path: root/src/svnqt/client_property.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-03-19 10:06:06 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-03-19 10:06:06 +0900
commit283bc34244d24be02e90b767a82826a4ca8da186 (patch)
tree5b9d49d503a44b8ceea82744f11b8014e3b41ca3 /src/svnqt/client_property.cpp
parent971ab170cfa851d20a42864231676f05f4cdb4cc (diff)
downloadtdesvn-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/svnqt/client_property.cpp')
-rw-r--r--src/svnqt/client_property.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/svnqt/client_property.cpp b/src/svnqt/client_property.cpp
index 5600742..49fa534 100644
--- a/src/svnqt/client_property.cpp
+++ b/src/svnqt/client_property.cpp
@@ -31,19 +31,19 @@
#pragma warning( disable: 4786 )// debug symbol truncated
#endif
// svncpp
-#include "svnqt/client_impl.hpp"
+#include "svnqt/client_impl.h"
// subversion api
#include "svn_client.h"
//#include "svn_utf.h"
-#include "svnqt/path.hpp"
-#include "svnqt/exception.hpp"
-#include "svnqt/pool.hpp"
-#include "svnqt/revision.hpp"
-#include "svnqt/svnqt_defines.hpp"
+#include "svnqt/path.h"
+#include "svnqt/exception.h"
+#include "svnqt/pool.h"
+#include "svnqt/revision.h"
+#include "svnqt/svnqt_defines.h"
-#include "svnqt/helper.hpp"
+#include "svnqt/helper.h"
namespace svn