summaryrefslogtreecommitdiffstats
path: root/amarok/src/lastfm.h
diff options
context:
space:
mode:
Diffstat (limited to 'amarok/src/lastfm.h')
-rw-r--r--amarok/src/lastfm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/amarok/src/lastfm.h b/amarok/src/lastfm.h
index 0c2e0666..ed9261bb 100644
--- a/amarok/src/lastfm.h
+++ b/amarok/src/lastfm.h
@@ -28,7 +28,7 @@
#include <tdeconfigdialog.h>
class KLineEdit;
-class KAction;
+class TDEAction;
class KProcIO;
class KURL;
class TQSocket;
@@ -102,7 +102,7 @@ namespace LastFm
void setActionsEnabled( bool enable );
static Controller *s_instance;
- TQPtrList<KAction> m_actionList;
+ TQPtrList<TDEAction> m_actionList;
TQString m_genreUrl;
WebService* m_service;