From 65eca7929c22f0f0bc64135c02d85d1243df376c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:12:51 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- kpdf/ui/searchwidget.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kpdf/ui/searchwidget.h') diff --git a/kpdf/ui/searchwidget.h b/kpdf/ui/searchwidget.h index b0be5dc9..a6a9efb4 100644 --- a/kpdf/ui/searchwidget.h +++ b/kpdf/ui/searchwidget.h @@ -12,7 +12,7 @@ #include -class KPopupMenu; +class TDEPopupMenu; class KPDFDocument; class m_inputDelayTimer; @@ -27,7 +27,7 @@ class m_inputDelayTimer; * It supports case sensitive/unsensitive(default) and provieds a button * for switching between the 2 modes. */ -class SearchWidget : public KToolBar +class SearchWidget : public TDEToolBar { Q_OBJECT @@ -37,7 +37,7 @@ class SearchWidget : public KToolBar private: KPDFDocument * m_document; - KPopupMenu * m_menu; + TDEPopupMenu * m_menu; TQTimer * m_inputDelayTimer; int m_searchType; bool m_caseSensitive; -- cgit v1.2.1