diff options
Diffstat (limited to 'konqueror/listview/konq_listviewwidget.h')
-rw-r--r-- | konqueror/listview/konq_listviewwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konqueror/listview/konq_listviewwidget.h b/konqueror/listview/konq_listviewwidget.h index 5c9cade44..2157b6643 100644 --- a/konqueror/listview/konq_listviewwidget.h +++ b/konqueror/listview/konq_listviewwidget.h @@ -235,7 +235,7 @@ protected: // IMO there is really no need for an advanced data structure //we have a fixed number of members, //it consumes less memory and access should be faster (Alex) - // This might not be the case for ever... we should introduce custom fields in kio (David) + // This might not be the case for ever... we should introduce custom fields in tdeio (David) TQValueVector<ColumnInfo> confColumns; KonqBaseListViewItem *m_dragOverItem; |