diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:14:58 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:14:58 -0600 |
commit | 9e5c87c89567a98c3344c90e392a27715437334c (patch) | |
tree | 6c1dd96ae0ba38b7e8f0a492d591881f44f474da /kjots/kjotsedit.h | |
parent | 53904b41cf005abbae3d468532db9adc2b04a9b4 (diff) | |
download | tdeutils-9e5c87c89567a98c3344c90e392a27715437334c.tar.gz tdeutils-9e5c87c89567a98c3344c90e392a27715437334c.zip |
Rename a number of classes to enhance compatibility with KDE4
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. }; |