summaryrefslogtreecommitdiffstats
path: root/tdefilereplace/tdefilereplaceview.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-06-21 23:01:51 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-06-21 23:01:51 +0900
commit10db438b9a5b758a384d4c007e88f1cda2981cc8 (patch)
tree0ea1dcecb2f18ce4d77ec5081dad16e8b76fb654 /tdefilereplace/tdefilereplaceview.h
parentc722431cbb37b120038bd2d0731e7ef74cce9d75 (diff)
downloadtdeutils-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/tdefilereplaceview.h')
-rw-r--r--tdefilereplace/tdefilereplaceview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tdefilereplace/tdefilereplaceview.h b/tdefilereplace/tdefilereplaceview.h
index cd30b4d..e763cc5 100644
--- a/tdefilereplace/tdefilereplaceview.h
+++ b/tdefilereplace/tdefilereplaceview.h
@@ -92,6 +92,7 @@ class TDEFileReplaceView : public TDEFileReplaceViewWdg
void slotQuickStringsAdd(const TQString& quickSearch, const TQString& quickReplace);
void slotStringsDeleteItem();
void slotStringsEmpty();
+ void slotStringsLoad();
void slotStringsSave();
void slotStringsInvertCur();
void slotStringsInvertAll();