diff options
Diffstat (limited to 'kicker-applets/math/mathapplet.h')
-rw-r--r-- | kicker-applets/math/mathapplet.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kicker-applets/math/mathapplet.h b/kicker-applets/math/mathapplet.h index dad1e8c..e8792b9 100644 --- a/kicker-applets/math/mathapplet.h +++ b/kicker-applets/math/mathapplet.h @@ -33,7 +33,7 @@ class TQLabel; class TQHBox; class TQPushButton; class KHistoryCombo; -class KPopupMenu; +class TDEPopupMenu; class MathApplet : public KPanelApplet { @@ -68,7 +68,7 @@ private: TQLabel *_label; TQPushButton *_btn; TQHBox *_hbox; - KPopupMenu *mContextMenu; + TDEPopupMenu *mContextMenu; bool m_hasFocus; }; |