diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:16:04 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:16:04 -0600 |
commit | 990bf92fa5cefbe5ebb34a172d18bb3df745bd7a (patch) | |
tree | a458e45739951ac897cb2ca9cd172a30bdcc6e2f /src/gui/widgets | |
parent | fb3718a55f355cd22f9eb9fa4e89cd3b84b8c9ca (diff) | |
download | rosegarden-990bf92fa5cefbe5ebb34a172d18bb3df745bd7a.tar.gz rosegarden-990bf92fa5cefbe5ebb34a172d18bb3df745bd7a.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'src/gui/widgets')
-rw-r--r-- | src/gui/widgets/AudioListItem.h | 2 | ||||
-rw-r--r-- | src/gui/widgets/AudioListView.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/AudioListItem.h b/src/gui/widgets/AudioListItem.h index b2f08f8..5cfdba3 100644 --- a/src/gui/widgets/AudioListItem.h +++ b/src/gui/widgets/AudioListItem.h @@ -26,7 +26,7 @@ #define _RG_AUDIOLISTITEM_H_ #include <sound/AudioFile.h> -#include <klistview.h> +#include <tdelistview.h> namespace Rosegarden { diff --git a/src/gui/widgets/AudioListView.h b/src/gui/widgets/AudioListView.h index 3b48400..967c94f 100644 --- a/src/gui/widgets/AudioListView.h +++ b/src/gui/widgets/AudioListView.h @@ -25,7 +25,7 @@ #ifndef _RG_AUDIOLISTVIEW_H_ #define _RG_AUDIOLISTVIEW_H_ -#include <klistview.h> +#include <tdelistview.h> namespace Rosegarden { |