diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-06-20 23:02:54 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-06-20 23:02:54 +0900 |
commit | a58ed210742d83bf1ce96194083eb925298b02c5 (patch) | |
tree | 41e71ce333b6de55c702ef0f59ae06e0b8e3f958 /tdefilereplace/kaddstringdlg.h | |
parent | 281f1ab591a1321cfd700f5a8e54da3541498a52 (diff) | |
download | tdeutils-a58ed210742d83bf1ce96194083eb925298b02c5.tar.gz tdeutils-a58ed210742d83bf1ce96194083eb925298b02c5.zip |
tdefilereplace: improved logic for string add/edit/remove dialog.
Removed the string edit action which is now no longer required.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdefilereplace/kaddstringdlg.h')
-rw-r--r-- | tdefilereplace/kaddstringdlg.h | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/tdefilereplace/kaddstringdlg.h b/tdefilereplace/kaddstringdlg.h index f39c296..276573e 100644 --- a/tdefilereplace/kaddstringdlg.h +++ b/tdefilereplace/kaddstringdlg.h @@ -2,7 +2,7 @@ KAddStringDlg.h - description ------------------- begin : Sat Oct 16 1999 - copyright : (C) 1999 by François Dupoux + copyright : (C) 1999 by François Dupoux (C) 2004 Emiliano Gulmini <emi_barbarossa@yahoo.it> email : dupoux@dupoux.com ***************************************************************************/ @@ -33,10 +33,9 @@ class KAddStringDlg : public KAddStringDlgS RCOptions* m_option; TQListView* m_sv; KeyValueMap m_currentMap; - bool m_wantEdit; public: //Constructors - KAddStringDlg(RCOptions* info, bool wantEdit, TQWidget *parent=0, const char *name=0); + KAddStringDlg(RCOptions* info, TQWidget *parent=0, const char *name=0); private slots: void slotOK(); @@ -51,14 +50,6 @@ class KAddStringDlg : public KAddStringDlgS * inits... the GUI :-) */ void initGUI(); - /** - * Deletes all the items of the view - */ - void eraseViewItems(); - /** - * Deletes all the items of the map - */ - void clearMap() { KeyValueMap m; m_option->m_mapStringsView = m; } /** * The view is actually a stack widget that contains two different views widget */ |