summaryrefslogtreecommitdiffstats
path: root/src/tdeiosvn
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/tdeiosvn
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/tdeiosvn')
-rw-r--r--src/tdeiosvn/tdeiobytestream.h2
-rw-r--r--src/tdeiosvn/tdeiolistener.h2
-rw-r--r--src/tdeiosvn/tdeiosvn.cpp12
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"