summaryrefslogtreecommitdiffstats
path: root/src/svnfrontend/fronthelpers
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/svnfrontend/fronthelpers
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/svnfrontend/fronthelpers')
-rw-r--r--src/svnfrontend/fronthelpers/checkoutinfo_impl.cpp2
-rw-r--r--src/svnfrontend/fronthelpers/checkoutinfo_impl.h4
-rw-r--r--src/svnfrontend/fronthelpers/propertylist.h2
-rw-r--r--src/svnfrontend/fronthelpers/rangeinput_impl.h2
-rw-r--r--src/svnfrontend/fronthelpers/revisionbuttonimpl.h2
5 files changed, 6 insertions, 6 deletions
diff --git a/src/svnfrontend/fronthelpers/checkoutinfo_impl.cpp b/src/svnfrontend/fronthelpers/checkoutinfo_impl.cpp
index 3dad68d..9a06738 100644
--- a/src/svnfrontend/fronthelpers/checkoutinfo_impl.cpp
+++ b/src/svnfrontend/fronthelpers/checkoutinfo_impl.cpp
@@ -20,7 +20,7 @@
#include "checkoutinfo_impl.h"
#include "rangeinput_impl.h"
#include "depthselector.h"
-#include "url.hpp"
+#include "url.h"
#include "ktranslateurl.h"
#include <kurlrequester.h>
#include <tqlabel.h>
diff --git a/src/svnfrontend/fronthelpers/checkoutinfo_impl.h b/src/svnfrontend/fronthelpers/checkoutinfo_impl.h
index eb567f4..bbcd8bb 100644
--- a/src/svnfrontend/fronthelpers/checkoutinfo_impl.h
+++ b/src/svnfrontend/fronthelpers/checkoutinfo_impl.h
@@ -21,8 +21,8 @@
#define CHECKOUTINFO_IMPL_H
#include "checkoutinfo.h"
-#include "revision.hpp"
-#include "svnqttypes.hpp"
+#include "revision.h"
+#include "svnqttypes.h"
#include "kurl.h"
class CheckoutInfo_impl: public CheckoutInfo {
diff --git a/src/svnfrontend/fronthelpers/propertylist.h b/src/svnfrontend/fronthelpers/propertylist.h
index 71c72e0..1d2eea2 100644
--- a/src/svnfrontend/fronthelpers/propertylist.h
+++ b/src/svnfrontend/fronthelpers/propertylist.h
@@ -21,7 +21,7 @@
#define PROPERTYLIST_H
#include <tdelistview.h>
-#include "svnqttypes.hpp"
+#include "svnqttypes.h"
/**
@author
diff --git a/src/svnfrontend/fronthelpers/rangeinput_impl.h b/src/svnfrontend/fronthelpers/rangeinput_impl.h
index aaa27a4..ea98ee0 100644
--- a/src/svnfrontend/fronthelpers/rangeinput_impl.h
+++ b/src/svnfrontend/fronthelpers/rangeinput_impl.h
@@ -21,7 +21,7 @@
#define RANGEINPUT_IMPL_H
#include "rangeinput.h"
-#include "revision.hpp"
+#include "revision.h"
#include <tqpair.h>
class Rangeinput_impl: public RangeInputDlg {
diff --git a/src/svnfrontend/fronthelpers/revisionbuttonimpl.h b/src/svnfrontend/fronthelpers/revisionbuttonimpl.h
index bec5124..924f7df 100644
--- a/src/svnfrontend/fronthelpers/revisionbuttonimpl.h
+++ b/src/svnfrontend/fronthelpers/revisionbuttonimpl.h
@@ -21,7 +21,7 @@
#define REVISIONBUTTONIMPL_H
#include "revisionbutton.h"
-#include "svnqt/revision.hpp"
+#include "svnqt/revision.h"
class RevisionButtonImpl: public RevisionButton {
Q_OBJECT