diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-06-21 23:01:51 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-06-21 23:01:51 +0900 |
commit | 10db438b9a5b758a384d4c007e88f1cda2981cc8 (patch) | |
tree | 0ea1dcecb2f18ce4d77ec5081dad16e8b76fb654 /tdefilereplace/tdefilereplacelib.h | |
parent | c722431cbb37b120038bd2d0731e7ef74cce9d75 (diff) | |
download | tdeutils-10db438b9a5b758a384d4c007e88f1cda2981cc8.tar.gz tdeutils-10db438b9a5b758a384d4c007e88f1cda2981cc8.zip |
tdefilereplace:
- removed old unused code
- removed broken and non functional "recent string files" menu code
- moved string load code from part to view, together with the save code.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdefilereplace/tdefilereplacelib.h')
-rw-r--r-- | tdefilereplace/tdefilereplacelib.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tdefilereplace/tdefilereplacelib.h b/tdefilereplace/tdefilereplacelib.h index d04f8a3..b0273ac 100644 --- a/tdefilereplace/tdefilereplacelib.h +++ b/tdefilereplace/tdefilereplacelib.h @@ -3,7 +3,7 @@ ------------------- begin : lun mai 3 20:19:52 CEST 1999 - copyright : (C) 1999 by François Dupoux + copyright : (C) 1999 by François Dupoux (C) 2003 Andras Mantia <amantia@kde.org> (C) 2004 Emiliano Gulmini <emi_barbarossa@yahoo.it> email : dupoux@dupoux.com @@ -51,10 +51,6 @@ class TDEFileReplaceLib static TQString formatFileSize(double size); /** - converts the old kfr format file in the new xml-based format. - */ - static void convertOldToNewKFRFormat(const TQString& fileName, TDEListView* stringView); - /** Verifies that files, which we are scanning, respect some conditions */ |