summaryrefslogtreecommitdiffstats
path: root/libktorrent/interfaces/filetreediritem.h
diff options
context:
space:
mode:
Diffstat (limited to 'libktorrent/interfaces/filetreediritem.h')
-rw-r--r--libktorrent/interfaces/filetreediritem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libktorrent/interfaces/filetreediritem.h b/libktorrent/interfaces/filetreediritem.h
index 6deaab8..640916e 100644
--- a/libktorrent/interfaces/filetreediritem.h
+++ b/libktorrent/interfaces/filetreediritem.h
@@ -55,7 +55,7 @@ namespace kt
bool manual_change;
FileTreeRootListener* root_listener;
public:
- FileTreeDirItem(KListView* klv,const TQString & name,FileTreeRootListener* rl = 0);
+ FileTreeDirItem(TDEListView* klv,const TQString & name,FileTreeRootListener* rl = 0);
FileTreeDirItem(FileTreeDirItem* parent,const TQString & name);
virtual ~FileTreeDirItem();