summaryrefslogtreecommitdiffstats
path: root/tdefilereplace/tdefilereplacepart.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/tdefilereplacepart.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/tdefilereplacepart.h')
-rw-r--r--tdefilereplace/tdefilereplacepart.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tdefilereplace/tdefilereplacepart.h b/tdefilereplace/tdefilereplacepart.h
index e135e05..4495ae9 100644
--- a/tdefilereplace/tdefilereplacepart.h
+++ b/tdefilereplace/tdefilereplacepart.h
@@ -64,8 +64,6 @@ class TDEFileReplacePart: public KParts::ReadOnlyPart
void slotStop();
void slotCreateReport();
void slotQuickStringsAdd();
- void slotStringsLoad();
- void slotOpenRecentStringFile(const KURL& urlFile);
void slotOptionRecursive();
void slotOptionBackup();
void slotOptionCaseSensitive();
@@ -145,7 +143,6 @@ class TDEFileReplacePart: public KParts::ReadOnlyPart
* Others methods
*/
void loadViewContent();
- void loadRulesFile(const TQString& fileName);
bool launchNewProjectDialog(const KURL& startURL);
void setOptionMask();
bool checkBeforeOperation();