diff options
Diffstat (limited to 'src/gui/listview.h')
-rw-r--r-- | src/gui/listview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/listview.h b/src/gui/listview.h index d54eab6..47d3e8e 100644 --- a/src/gui/listview.h +++ b/src/gui/listview.h @@ -42,7 +42,7 @@ typedef TQPtrListIterator<ListViewItem> ListViewItemListIt; */ class ListView : public KListView { Q_OBJECT - TQ_OBJECT + friend class ListViewItem; // needed so the ListViewItem d'tor can update selection list |