summaryrefslogtreecommitdiffstats
path: root/tdeio/tdefile/tdediroperator.h
diff options
context:
space:
mode:
authorMavridis Philippe <mavridisf@gmail.com>2024-05-28 00:03:14 +0300
committerMavridis Philippe <mavridisf@gmail.com>2024-06-01 17:39:03 +0300
commit750384b955254e9d12f343af59bb2e3eeaa6fa2e (patch)
tree3a73c518d21b2d887dc9431744892db19e6b6427 /tdeio/tdefile/tdediroperator.h
parent07dfb84a653d4461b665a33a5de5bce5bb09f9ea (diff)
downloadtdelibs-750384b955254e9d12f343af59bb2e3eeaa6fa2e.tar.gz
tdelibs-750384b955254e9d12f343af59bb2e3eeaa6fa2e.zip
KDirOperator: add support for history navigation mouse buttons
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit 4911fcf8417043562fcf397596d212db5733e189)
Diffstat (limited to 'tdeio/tdefile/tdediroperator.h')
-rw-r--r--tdeio/tdefile/tdediroperator.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tdeio/tdefile/tdediroperator.h b/tdeio/tdefile/tdediroperator.h
index 89b1a1709..50467fc61 100644
--- a/tdeio/tdefile/tdediroperator.h
+++ b/tdeio/tdefile/tdediroperator.h
@@ -936,6 +936,9 @@ private slots:
void insertViewDependentActions();
+public:
+ bool eventFilter(TQObject *obj, TQEvent *ev);
+
private:
static bool isReadable( const KURL& url );