summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/oscar/icq/icqcontact.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/oscar/icq/icqcontact.h')
-rw-r--r--kopete/protocols/oscar/icq/icqcontact.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/kopete/protocols/oscar/icq/icqcontact.h b/kopete/protocols/oscar/icq/icqcontact.h
index be8e064f..c3176028 100644
--- a/kopete/protocols/oscar/icq/icqcontact.h
+++ b/kopete/protocols/oscar/icq/icqcontact.h
@@ -23,8 +23,8 @@
#include "userdetails.h"
class OscarEncodingSelectionDialog;
-class KAction;
-class KToggleAction;
+class TDEAction;
+class TDEToggleAction;
namespace Kopete { class ChatSession; }
namespace Kopete { class OnlineStatus; }
class ICQProtocol;
@@ -60,7 +60,7 @@ public:
* Returns a set of custom menu items for
* the context menu
*/
- virtual TQPtrList<KAction> *customContextMenuActions();
+ virtual TQPtrList<TDEAction> *customContextMenuActions();
/** Return whether or not this contact is reachable. */
virtual bool isReachable();
@@ -96,15 +96,15 @@ private:
ICQUserInfoWidget* m_infoWidget;
/*
ICQReadAway *awayMessageDialog;
- KAction *actionReadAwayMessage;
+ TDEAction *actionReadAwayMessage;
*/
- KAction *actionRequestAuth;
- KAction *actionSendAuth;
- KAction *m_selectEncoding;
+ TDEAction *actionRequestAuth;
+ TDEAction *actionSendAuth;
+ TDEAction *m_selectEncoding;
- KToggleAction *m_actionIgnore;
- KToggleAction *m_actionVisibleTo;
- KToggleAction *m_actionInvisibleTo;
+ TDEToggleAction *m_actionIgnore;
+ TDEToggleAction *m_actionVisibleTo;
+ TDEToggleAction *m_actionInvisibleTo;
/*
bool mInvisible;