diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 23:15:01 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 23:15:01 -0600 |
commit | 0889370e3050561372c3816dfb2902771ca83765 (patch) | |
tree | 03f268c37790f8bf319bf11a142826bc1074155d /libktorrent/interfaces | |
parent | e4b7f05fbc9ea24f82940cc38c4dffdcd6802440 (diff) | |
download | ktorrent-0889370e3050561372c3816dfb2902771ca83765.tar.gz ktorrent-0889370e3050561372c3816dfb2902771ca83765.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'libktorrent/interfaces')
-rw-r--r-- | libktorrent/interfaces/filetreediritem.h | 2 | ||||
-rw-r--r-- | libktorrent/interfaces/filetreeitem.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libktorrent/interfaces/filetreediritem.h b/libktorrent/interfaces/filetreediritem.h index 640916e..6b35031 100644 --- a/libktorrent/interfaces/filetreediritem.h +++ b/libktorrent/interfaces/filetreediritem.h @@ -20,7 +20,7 @@ #ifndef KTFILETREEDIRITEM_H #define KTFILETREEDIRITEM_H -#include <klistview.h> +#include <tdelistview.h> #include <util/constants.h> #include <util/ptrmap.h> diff --git a/libktorrent/interfaces/filetreeitem.h b/libktorrent/interfaces/filetreeitem.h index 9d32253..5cc17f9 100644 --- a/libktorrent/interfaces/filetreeitem.h +++ b/libktorrent/interfaces/filetreeitem.h @@ -20,7 +20,7 @@ #ifndef KTFILETREEITEM_H #define KTFILETREEITEM_H -#include <klistview.h> +#include <tdelistview.h> #include <util/constants.h> using namespace bt; |