summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/yahoo/yahoocontact.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:14:03 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:14:03 -0600
commit9c9412b30c54468adc9e506cc76c5d113fbf5056 (patch)
tree68a0c0d5bc770fc58596b8c5624cdf33d8625027 /kopete/protocols/yahoo/yahoocontact.h
parent2e53bd0b77676f879fad7baeecea5879bf496a7d (diff)
downloadtdenetwork-9c9412b30c54468adc9e506cc76c5d113fbf5056.tar.gz
tdenetwork-9c9412b30c54468adc9e506cc76c5d113fbf5056.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kopete/protocols/yahoo/yahoocontact.h')
-rw-r--r--kopete/protocols/yahoo/yahoocontact.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/kopete/protocols/yahoo/yahoocontact.h b/kopete/protocols/yahoo/yahoocontact.h
index dd2f9f8b..eb8c0d1d 100644
--- a/kopete/protocols/yahoo/yahoocontact.h
+++ b/kopete/protocols/yahoo/yahoocontact.h
@@ -24,7 +24,7 @@
/* Kopete Includes */
#include "kopetecontact.h"
-class KAction;
+class TDEAction;
class KTempFile;
namespace Kopete { class ChatSession; }
@@ -49,7 +49,7 @@ public:
/** Base Class Reimplementations **/
virtual bool isOnline() const;
virtual bool isReachable();
- virtual TQPtrList<KAction> *customContextMenuActions();
+ virtual TQPtrList<TDEAction> *customContextMenuActions();
virtual Kopete::ChatSession *manager( Kopete::Contact::CanCreateFlags canCreate= Kopete::Contact::CanCreate );
virtual void serialize( TQMap<TQString, TQString> &serializedData, TQMap<TQString, TQString> &addressBookData );
@@ -128,12 +128,12 @@ private:
bool m_receivingWebcam;
bool m_sessionActive;
- KAction* m_stealthAction;
- KAction* m_profileAction;
- KAction* m_webcamAction;
- KAction* m_inviteWebcamAction;
- KAction* m_buzzAction;
- KAction* m_inviteConferenceAction;
+ TDEAction* m_stealthAction;
+ TDEAction* m_profileAction;
+ TDEAction* m_webcamAction;
+ TDEAction* m_inviteWebcamAction;
+ TDEAction* m_buzzAction;
+ TDEAction* m_inviteConferenceAction;
};
#endif