diff options
Diffstat (limited to 'kpdf/ui/pageview.cpp')
-rw-r--r-- | kpdf/ui/pageview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpdf/ui/pageview.cpp b/kpdf/ui/pageview.cpp index cc40fdb2..7b4d0e75 100644 --- a/kpdf/ui/pageview.cpp +++ b/kpdf/ui/pageview.cpp @@ -650,7 +650,7 @@ void PageView::keyPressEvent( TQKeyEvent * e ) if ( ( !d->mouseSelectionRect.isNull() && e->key() != TQt::Key_Escape ) || d->mouseMidStartY != -1 ) return; - // handle 'find as you type' (based on khtml/khtmlview.cpp) + // handle 'find as you type' (based on tdehtml/tdehtmlview.cpp) if( d->typeAheadActive ) { // backspace: remove a char and search or terminates search |