summaryrefslogtreecommitdiffstats
path: root/src/ksvnwidgets
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:10:59 +0900
commiteb8fa2d68a46e05c52d67e98abb60e9bb70cfa6c (patch)
treeed685a6c70bc5742159b8a9bdd958d62406fdfe0 /src/ksvnwidgets
parenta7413f700bbf107677b27816e25df21384be55ce (diff)
downloadtdesvn-eb8fa2d68a46e05c52d67e98abb60e9bb70cfa6c.tar.gz
tdesvn-eb8fa2d68a46e05c52d67e98abb60e9bb70cfa6c.zip
Renaming of files in preparation for code style tools.r14.0.10
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 283bc34244d24be02e90b767a82826a4ca8da186)
Diffstat (limited to 'src/ksvnwidgets')
-rw-r--r--src/ksvnwidgets/depthselector.cpp2
-rw-r--r--src/ksvnwidgets/depthselector.h2
-rw-r--r--src/ksvnwidgets/logmsg_impl.h2
-rw-r--r--src/ksvnwidgets/revertform_impl.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/ksvnwidgets/depthselector.cpp b/src/ksvnwidgets/depthselector.cpp
index 6840ec9..78c1a7d 100644
--- a/src/ksvnwidgets/depthselector.cpp
+++ b/src/ksvnwidgets/depthselector.cpp
@@ -18,7 +18,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
#include "depthselector.h"
-#include "version_check.hpp"
+#include "version_check.h"
#include <tdelocale.h>
diff --git a/src/ksvnwidgets/depthselector.h b/src/ksvnwidgets/depthselector.h
index ce44d29..eccb7f6 100644
--- a/src/ksvnwidgets/depthselector.h
+++ b/src/ksvnwidgets/depthselector.h
@@ -22,7 +22,7 @@
#include "depthform.h"
-#include "svnqttypes.hpp"
+#include "svnqttypes.h"
class TQCheckBox;
diff --git a/src/ksvnwidgets/logmsg_impl.h b/src/ksvnwidgets/logmsg_impl.h
index 233c651..a746211 100644
--- a/src/ksvnwidgets/logmsg_impl.h
+++ b/src/ksvnwidgets/logmsg_impl.h
@@ -21,7 +21,7 @@
#define LOGMSG_IMPL_H
#include "logmessage.h"
-#include "commititem.hpp"
+#include "commititem.h"
#include <tqvaluelist.h>
#include <tqpair.h>
diff --git a/src/ksvnwidgets/revertform_impl.h b/src/ksvnwidgets/revertform_impl.h
index 7c40faf..64ea429 100644
--- a/src/ksvnwidgets/revertform_impl.h
+++ b/src/ksvnwidgets/revertform_impl.h
@@ -21,7 +21,7 @@
#define _REVERT_FORM_IMPL_H
#include "revertform.h"
-#include "svnqttypes.hpp"
+#include "svnqttypes.h"
class TQStringList;