diff options
Diffstat (limited to 'kpdf/ui/searchwidget.h')
-rw-r--r-- | kpdf/ui/searchwidget.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kpdf/ui/searchwidget.h b/kpdf/ui/searchwidget.h index 9f2a1e44..33fb1459 100644 --- a/kpdf/ui/searchwidget.h +++ b/kpdf/ui/searchwidget.h @@ -31,18 +31,18 @@ class SearchWidget : public KToolBar { Q_OBJECT public: - SearchWidget( QWidget *parent, KPDFDocument *document ); + SearchWidget( TQWidget *parent, KPDFDocument *document ); void clearText(); private: KPDFDocument * m_document; KPopupMenu * m_menu; - QTimer * m_inputDelayTimer; + TQTimer * m_inputDelayTimer; int m_searchType; bool m_caseSensitive; private slots: - void slotTextChanged( const QString & text ); + void slotTextChanged( const TQString & text ); void slotMenuChaged( int index ); void startSearch(); }; |