From 10db438b9a5b758a384d4c007e88f1cda2981cc8 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 21 Jun 2019 23:01:51 +0900 Subject: 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 --- tdefilereplace/tdefilereplacepart.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'tdefilereplace/tdefilereplacepart.h') 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(); -- cgit v1.2.1