diff options
Diffstat (limited to 'kdict/matchview.h')
-rw-r--r-- | kdict/matchview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdict/matchview.h b/kdict/matchview.h index 980e8c43..5b193e5d 100644 --- a/kdict/matchview.h +++ b/kdict/matchview.h @@ -18,7 +18,7 @@ #define _MATCHVIEW_H_ #include <tqlistview.h> -class KPopupMenu; +class TDEPopupMenu; //********* MatchViewItem ******************************************** @@ -98,7 +98,7 @@ private: bool getOn, getAllOn; - KPopupMenu *rightBtnMenu; + TDEPopupMenu *rightBtnMenu; MatchViewItem *popupCurrent; TQString popupClip; // needed for rightbtn-popup menu }; |