summaryrefslogtreecommitdiffstats
path: root/ark/filelistview.h
diff options
context:
space:
mode:
Diffstat (limited to 'ark/filelistview.h')
-rw-r--r--ark/filelistview.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/ark/filelistview.h b/ark/filelistview.h
index 82ce86d..d3dd616 100644
--- a/ark/filelistview.h
+++ b/ark/filelistview.h
@@ -110,8 +110,14 @@ class FileListView: public TDEListView
* Adds a file and stats to the file listing
* @param entries A stringlist of the entries for each column of the list.
*/
- void addItem( const TQStringList & entries );
-
+ void addItem( const TQStringList& entries );
+
+ /**
+ * Updates a file or folder item already included in the listview
+ * @param entries A stringlist of the updated entries for each column of the list.
+ */
+ void updateItem( const TQStringList& entries );
+
/**
* Returns the number of files in the archive.
*/