summaryrefslogtreecommitdiffstats
path: root/tar
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-01-26 12:09:28 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-01-26 12:09:28 +0900
commit88d44ce75144a78770db59d033395537a36f1b25 (patch)
treeb60c0a536679f23f6331eb1f48eb9da0483dbcd2 /tar
parente600304f0a18ff5648a561d2543f9579f3d60a79 (diff)
downloadkrusader-88d44ce75144a78770db59d033395537a36f1b25.tar.gz
krusader-88d44ce75144a78770db59d033395537a36f1b25.zip
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tar')
-rw-r--r--tar/Makefile.am2
-rw-r--r--tar/tar.cpp (renamed from tar/tar.cc)0
2 files changed, 1 insertions, 1 deletions
diff --git a/tar/Makefile.am b/tar/Makefile.am
index b6180d9..d14e41e 100644
--- a/tar/Makefile.am
+++ b/tar/Makefile.am
@@ -6,7 +6,7 @@ METASOURCES = AUTO
kde_module_LTLIBRARIES = tdeio_tar.la
-tdeio_tar_la_SOURCES = tar.cc
+tdeio_tar_la_SOURCES = tar.cpp
tdeio_tar_la_LIBADD = $(LIB_TDESYCOCA)
tdeio_tar_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
diff --git a/tar/tar.cc b/tar/tar.cpp
index bb83b14..bb83b14 100644
--- a/tar/tar.cc
+++ b/tar/tar.cpp