diff options
Diffstat (limited to 'kjots/kjotsedit.h')
-rw-r--r-- | kjots/kjotsedit.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kjots/kjotsedit.h b/kjots/kjotsedit.h index d5edf2a..a85d3d0 100644 --- a/kjots/kjotsedit.h +++ b/kjots/kjotsedit.h @@ -24,7 +24,7 @@ #define __KJOTSEDIT_H #include <keditcl.h> -class KPopupMenu; +class TDEPopupMenu; class KJotsPage; class KJotsEdit : public KEdit @@ -47,7 +47,7 @@ class KJotsEdit : public KEdit protected: virtual void mousePressEvent (TQMouseEvent *e); - KPopupMenu *web_menu; + TDEPopupMenu *web_menu; KJotsPage *m_entry; //!< The entry we are editing. It needs to be kept informed. }; |