1 /***************************************************************************
2 * Copyright (C) 2007 by Pino Toscano <pino@kde.org> *
4 * This program is free software; you can redistribute it and/or modify *
5 * it under the terms of the GNU General Public License as published by *
6 * the Free Software Foundation; either version 2 of the License, or *
7 * (at your option) any later version. *
8 ***************************************************************************/
28 explicit FindBar( Okular::Document
* document
, QWidget
* parent
= 0 );
32 Qt::CaseSensitivity
caseSensitivity() const;
34 void focusAndSetCursor();
41 void caseSensitivityChanged();
42 void fromCurrentPageChanged();
45 SearchLineEdit
* m_text
;
46 QAction
* m_caseSensitiveAct
;
47 QAction
* m_fromCurrentPageAct
;