summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/sms/smsaccount.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/sms/smsaccount.h')
-rw-r--r--kopete/protocols/sms/smsaccount.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/protocols/sms/smsaccount.h b/kopete/protocols/sms/smsaccount.h
index b543d191..ab5af0dc 100644
--- a/kopete/protocols/sms/smsaccount.h
+++ b/kopete/protocols/sms/smsaccount.h
@@ -19,7 +19,7 @@
#include "kopeteaccount.h"
-class KActionMenu;
+class TDEActionMenu;
class SMSProtocol;
class SMSContact;
class SMSService;
@@ -36,7 +36,7 @@ public:
SMSAccount( SMSProtocol *parent, const TQString &accountID, const char *name = 0L );
~SMSAccount();
- virtual KActionMenu* actionMenu(); // Per-protocol actions for the systray and the status bar
+ virtual TDEActionMenu* actionMenu(); // Per-protocol actions for the systray and the status bar
virtual void setAway( bool away, const TQString & );