summaryrefslogtreecommitdiffstats
path: root/amarok/src/engine
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 23:09:14 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 23:09:14 -0600
commit13ea8e1fd74ed7130e03a7d2d6704f2c2fdb408c (patch)
treeb7f61a2afb0261a99941c1ab3b67d7e0ed421af5 /amarok/src/engine
parent45abbbb9b994b98f2df3cdae5083f6dd3648d364 (diff)
downloadamarok-13ea8e1fd74ed7130e03a7d2d6704f2c2fdb408c.tar.gz
amarok-13ea8e1fd74ed7130e03a7d2d6704f2c2fdb408c.zip
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'amarok/src/engine')
-rw-r--r--amarok/src/engine/nmm/HostList.h2
-rw-r--r--amarok/src/engine/nmm/HostListItem.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/amarok/src/engine/nmm/HostList.h b/amarok/src/engine/nmm/HostList.h
index fd9f93f9..20a1999d 100644
--- a/amarok/src/engine/nmm/HostList.h
+++ b/amarok/src/engine/nmm/HostList.h
@@ -25,7 +25,7 @@
#ifndef HOSTLIST_H
#define HOSTLIST_H
-#include <klistview.h>
+#include <tdelistview.h>
class HostListItem;
diff --git a/amarok/src/engine/nmm/HostListItem.h b/amarok/src/engine/nmm/HostListItem.h
index 8fa0cc88..569cb098 100644
--- a/amarok/src/engine/nmm/HostListItem.h
+++ b/amarok/src/engine/nmm/HostListItem.h
@@ -25,7 +25,7 @@
#ifndef HOSTLISTITEM_H
#define HOSTLISTITEM_H
-#include <klistview.h>
+#include <tdelistview.h>
#include <tqpixmap.h>
class HostListItem : public TDEListViewItem {