summaryrefslogtreecommitdiffstats
path: root/kopete/plugins/nowlistening/nowlisteningguiclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/plugins/nowlistening/nowlisteningguiclient.h')
-rw-r--r--kopete/plugins/nowlistening/nowlisteningguiclient.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/plugins/nowlistening/nowlisteningguiclient.h b/kopete/plugins/nowlistening/nowlisteningguiclient.h
index f4c4b47f..95642ede 100644
--- a/kopete/plugins/nowlistening/nowlisteningguiclient.h
+++ b/kopete/plugins/nowlistening/nowlisteningguiclient.h
@@ -24,7 +24,7 @@
#include <tqobject.h>
#include <kxmlguiclient.h>
-class KAction;
+class TDEAction;
class NowListeningPlugin;
namespace Kopete {
@@ -46,7 +46,7 @@ protected slots:
private:
Kopete::ChatSession* m_msgManager;
- KAction* m_action;
+ TDEAction* m_action;
};
#endif