summaryrefslogtreecommitdiffstats
path: root/tdefilereplace/tdefilereplacepart.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-06-20 22:42:20 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-06-20 22:42:20 +0900
commit281f1ab591a1321cfd700f5a8e54da3541498a52 (patch)
tree23a2ef6303d682baf33a361b89c7bed02d846bed /tdefilereplace/tdefilereplacepart.h
parentbfd50121e0bef4cf7b856cd646062c9b93e7fe40 (diff)
downloadtdeutils-281f1ab591a1321cfd700f5a8e54da3541498a52.tar.gz
tdeutils-281f1ab591a1321cfd700f5a8e54da3541498a52.zip
tdefilereplace: fixed up interaction between tdefilereplacepart and
tdefilereplaceview, which was causing some odd issues with GUI updates at some times. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdefilereplace/tdefilereplacepart.h')
-rw-r--r--tdefilereplace/tdefilereplacepart.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/tdefilereplace/tdefilereplacepart.h b/tdefilereplace/tdefilereplacepart.h
index 45064f7..e135e05 100644
--- a/tdefilereplace/tdefilereplacepart.h
+++ b/tdefilereplace/tdefilereplacepart.h
@@ -63,15 +63,8 @@ class TDEFileReplacePart: public KParts::ReadOnlyPart
void slotSimulatingOperation();
void slotStop();
void slotCreateReport();
- void slotStringsAdd();
void slotQuickStringsAdd();
- void slotStringsDeleteItem();
- void slotStringsEmpty();
- void slotStringsEdit();
- void slotStringsSave();
void slotStringsLoad();
- void slotStringsInvertCur();
- void slotStringsInvertAll();
void slotOpenRecentStringFile(const KURL& urlFile);
void slotOptionRecursive();
void slotOptionBackup();
@@ -82,7 +75,7 @@ class TDEFileReplacePart: public KParts::ReadOnlyPart
void showAboutApplication(void);
void appHelpActivated();
void reportBug();
- void resetActions();
+ void updateGUI();
void slotSearchMode(bool b){ m_option->m_searchingOnlyMode = b; }
//METHODS