diff options
Diffstat (limited to 'kmail/templatesinsertcommand.h')
-rw-r--r-- | kmail/templatesinsertcommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/templatesinsertcommand.h b/kmail/templatesinsertcommand.h index 26ba889d6..437ad8bdf 100644 --- a/kmail/templatesinsertcommand.h +++ b/kmail/templatesinsertcommand.h @@ -25,7 +25,7 @@ #include <tqpushbutton.h> -class KActionMenu; +class TDEActionMenu; class TemplatesInsertCommand : public TQPushButton { @@ -57,7 +57,7 @@ class TemplatesInsertCommand : public TQPushButton void slotMapped( int cmd ); protected: - KActionMenu *mMenu; + TDEActionMenu *mMenu; }; #endif // TEMPLATESINSERTCOMMAND_H |