diff options
Diffstat (limited to 'libktorrent/interfaces/filetreeitem.h')
-rw-r--r-- | libktorrent/interfaces/filetreeitem.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libktorrent/interfaces/filetreeitem.h b/libktorrent/interfaces/filetreeitem.h index 6d6ed79..9d32253 100644 --- a/libktorrent/interfaces/filetreeitem.h +++ b/libktorrent/interfaces/filetreeitem.h @@ -45,11 +45,11 @@ namespace kt protected: TQString name; TorrentFileInterface & file; - FileTreeDirItem* tqparent; + FileTreeDirItem* parent; bool manual_change; public: /** - * Constructor, set the tqparent, name and file + * Constructor, set the parent, name and file * @param item Parent item * @param name Name of file * @param file THe TorrentFileInterface |