diff options
Diffstat (limited to 'tdefilereplace/tdefilereplacelib.h')
-rw-r--r-- | tdefilereplace/tdefilereplacelib.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tdefilereplace/tdefilereplacelib.h b/tdefilereplace/tdefilereplacelib.h index b0273ac..45dd0a4 100644 --- a/tdefilereplace/tdefilereplacelib.h +++ b/tdefilereplace/tdefilereplacelib.h @@ -40,14 +40,6 @@ class TDEFileReplaceLib */ static TQString formatFullPath(const TQString& basePath, const TQString& fileName); - /** - Add an extension to a filename, or a filepath - Parameters::.....* filename: filename or filepath (it can have already the extension) - .................* extension: extension to add without "." (ex: "html", "kfr") - Return values:...* Filename / Filepath with the extension - */ - static TQString addExtension(const TQString& fileName, const TQString& extension); - static TQString formatFileSize(double size); /** |