summaryrefslogtreecommitdiffstats
path: root/tdeioslave/http/http_cache_cleaner.cpp
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 /tdeioslave/http/http_cache_cleaner.cpp
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 'tdeioslave/http/http_cache_cleaner.cpp')
-rw-r--r--tdeioslave/http/http_cache_cleaner.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeioslave/http/http_cache_cleaner.cpp b/tdeioslave/http/http_cache_cleaner.cpp
index aaf94d25a..1f2be7abf 100644
--- a/tdeioslave/http/http_cache_cleaner.cpp
+++ b/tdeioslave/http/http_cache_cleaner.cpp
@@ -77,7 +77,7 @@ public:
};
// !START OF SYNC!
-// Keep the following in sync with the cache code in http.cc
+// Keep the following in sync with the cache code in http.cpp
#define CACHE_REVISION "7\n"
FileInfo *readEntry( const TQString &filename)
@@ -158,7 +158,7 @@ FileInfo *readEntry( const TQString &filename)
unlink( CEF.data());
return 0;
}
-// Keep the above in sync with the cache code in http.cc
+// Keep the above in sync with the cache code in http.cpp
// !END OF SYNC!
void scanDirectory(FileInfoList &fileEntries, const TQString &name, const TQString &strDir)