summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/testbed/testbedcontact.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/testbed/testbedcontact.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/testbed/testbedcontact.h')
-rw-r--r--kopete/protocols/testbed/testbedcontact.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kopete/protocols/testbed/testbedcontact.h b/kopete/protocols/testbed/testbedcontact.h
index 3ad16124..c4fb17dd 100644
--- a/kopete/protocols/testbed/testbedcontact.h
+++ b/kopete/protocols/testbed/testbedcontact.h
@@ -21,8 +21,8 @@
#include "kopetecontact.h"
#include "kopetemessage.h"
-class KAction;
-class KActionCollection;
+class TDEAction;
+class TDEActionCollection;
namespace Kopete { class Account; }
namespace Kopete { class ChatSession; }
namespace Kopete { class MetaContact; }
@@ -56,7 +56,7 @@ public:
/**
* Return the actions for this contact
*/
- virtual TQPtrList<KAction> *customContextMenuActions();
+ virtual TQPtrList<TDEAction> *customContextMenuActions();
/**
* Returns a Kopete::ChatSession associated with this contact
*/
@@ -88,9 +88,9 @@ protected slots:
protected:
Kopete::ChatSession* m_msgManager;
- KActionCollection* m_actionCollection;
+ TDEActionCollection* m_actionCollection;
TestbedContactType m_type;
- KAction* m_actionPrefs;
+ TDEAction* m_actionPrefs;
};
#endif