summaryrefslogtreecommitdiffstats
path: root/tdeio/httpfilter
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-12-06 21:23:48 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-12-06 21:34:48 +0900
commit84498d97e27f79e7e919b42bbe54208a02856aaf (patch)
tree8a66f6e1a88bc2304b453796663ae75f20425490 /tdeio/httpfilter
parent8bc0bc7fc67437fbf757283604104e998ad2fda7 (diff)
downloadtdelibs-84498d97e27f79e7e919b42bbe54208a02856aaf.tar.gz
tdelibs-84498d97e27f79e7e919b42bbe54208a02856aaf.zip
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4f99f868f09bbffa2e15733b8b7c78eba07a199e)
Diffstat (limited to 'tdeio/httpfilter')
-rw-r--r--tdeio/httpfilter/CMakeLists.txt2
-rw-r--r--tdeio/httpfilter/Makefile.am2
-rw-r--r--tdeio/httpfilter/httpfilter.cpp (renamed from tdeio/httpfilter/httpfilter.cc)0
3 files changed, 2 insertions, 2 deletions
diff --git a/tdeio/httpfilter/CMakeLists.txt b/tdeio/httpfilter/CMakeLists.txt
index b40f10fdc..70564652e 100644
--- a/tdeio/httpfilter/CMakeLists.txt
+++ b/tdeio/httpfilter/CMakeLists.txt
@@ -24,7 +24,7 @@ include_directories(
set( target httpfilter )
set( ${target}_SRCS
- httpfilter.cc
+ httpfilter.cpp
)
tde_add_library( ${target} STATIC_PIC AUTOMOC
diff --git a/tdeio/httpfilter/Makefile.am b/tdeio/httpfilter/Makefile.am
index 2da25d1b6..b80ed9d71 100644
--- a/tdeio/httpfilter/Makefile.am
+++ b/tdeio/httpfilter/Makefile.am
@@ -1,7 +1,7 @@
AM_CPPFLAGS = $(all_includes)
METASOURCES = AUTO
noinst_LTLIBRARIES = libhttpfilter.la
-libhttpfilter_la_SOURCES = httpfilter.cc
+libhttpfilter_la_SOURCES = httpfilter.cpp
libhttpfilter_la_LIBADD = $(LIBZ)
libhttpfilter_la_LDFLAGS = $(all_libraries)
diff --git a/tdeio/httpfilter/httpfilter.cc b/tdeio/httpfilter/httpfilter.cpp
index 0f6a45790..0f6a45790 100644
--- a/tdeio/httpfilter/httpfilter.cc
+++ b/tdeio/httpfilter/httpfilter.cpp