diff options
Diffstat (limited to 'kopete/protocols/gadu/gaducontact.h')
-rw-r--r-- | kopete/protocols/gadu/gaducontact.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kopete/protocols/gadu/gaducontact.h b/kopete/protocols/gadu/gaducontact.h index 05d0f3b8..bcfc1b98 100644 --- a/kopete/protocols/gadu/gaducontact.h +++ b/kopete/protocols/gadu/gaducontact.h @@ -34,7 +34,7 @@ #include <libgadu.h> -class KAction; +class TDEAction; class GaduAccount; namespace Kopete { class Account; } namespace Kopete { class ChatSession; } @@ -52,7 +52,7 @@ public: virtual bool isReachable(); virtual void serialize( TQMap<TQString, TQString>&, TQMap<TQString, TQString>& ); - virtual TQPtrList<KAction>* customContextMenuActions(); + virtual TQPtrList<TDEAction>* customContextMenuActions(); virtual TQString identityId() const; GaduContactsList::ContactLine* contactDetails(); @@ -99,9 +99,9 @@ private: TQString parentIdentity_; GaduAccount* account_; - KAction* actionSendMessage_; - KAction* actionInfo_; - KAction* actionRemove_; + TDEAction* actionSendMessage_; + TDEAction* actionInfo_; + TDEAction* actionRemove_; TQPtrList<Kopete::Contact> thisContact_; |