From 9343b5e54ca997f765bc23528644a68ecb9be2eb Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Wed, 6 Dec 2006 21:59:37 +0000 Subject: [PATCH] temporarily disable the 'find next' shortcut from kactioncollection svn path=/trunk/playground/graphics/okular/; revision=611143 --- ui/pageview.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ui/pageview.cpp b/ui/pageview.cpp index c661a2c75..aadb349d3 100644 --- a/ui/pageview.cpp +++ b/ui/pageview.cpp @@ -975,7 +975,10 @@ void PageView::keyPressEvent( QKeyEvent * e ) } } // go to next occurrency - else if( e->key() == d->actionCollection->action( "find_next" )->shortcut().keyQt() ) +#ifdef __GNUC__ +#warning FIX the find next shortcut +#endif + else if( e->key() == Qt::Key_F3 /*d->actionCollection->action( "find_next" )->shortcut().keyQt()*/ ) { // part doesn't get this key event because of the keyboard grab d->findTimeoutTimer->stop(); // restore normal operation during possible messagebox is displayed