summaryrefslogtreecommitdiffstats
path: root/tdefilereplace/tdefilereplaceview.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-06-18 22:59:34 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-06-18 22:59:34 +0900
commit588b1440b578cff0a4614a52946b978039ee6f7c (patch)
tree0d4377364809a2aff1b92ad6f99387a58eab8338 /tdefilereplace/tdefilereplaceview.h
parent75fedf7ef28b7f62c19f39a2229d6cc1ec9376e3 (diff)
downloadtdeutils-588b1440b578cff0a4614a52946b978039ee6f7c.tar.gz
tdeutils-588b1440b578cff0a4614a52946b978039ee6f7c.zip
tdefilereplace:
1) fixed delete button logic 2) added remove entry functionality Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdefilereplace/tdefilereplaceview.h')
-rw-r--r--tdefilereplace/tdefilereplaceview.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tdefilereplace/tdefilereplaceview.h b/tdefilereplace/tdefilereplaceview.h
index 6eae3d4..9a4721f 100644
--- a/tdefilereplace/tdefilereplaceview.h
+++ b/tdefilereplace/tdefilereplaceview.h
@@ -62,7 +62,8 @@ class TDEFileReplaceView : public TDEFileReplaceViewWdg
TDEFileReplaceView(RCOptions* info, TQWidget *parent,const char *name);
public:
- TQString currentPath();
+ TQString getItemPath(const TQListViewItem *lvi);
+ TQListViewItem* getCurrItemTopLevelParent();
void showSemaphore(TQString s);
void displayScannedFiles(int foldersNumber, int filesNumber);
void stringsInvert(bool invertAll);
@@ -83,6 +84,7 @@ class TDEFileReplaceView : public TDEFileReplaceViewWdg
void slotResultOpenWith();
void slotResultDirOpen();
void slotResultEdit();
+ void slotResultRemoveEntry();
void slotResultDelete();
void slotResultTreeExpand();
void slotResultTreeReduce();