summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/testbed/testbedcontact.h
diff options
context:
space:
mode:
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