diff options
Diffstat (limited to 'libk3b/tools/k3blistview.h')
-rw-r--r-- | libk3b/tools/k3blistview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libk3b/tools/k3blistview.h b/libk3b/tools/k3blistview.h index 9f470ed..03daf00 100644 --- a/libk3b/tools/k3blistview.h +++ b/libk3b/tools/k3blistview.h @@ -190,7 +190,7 @@ class LIBK3B_EXPORT K3bListView : public KListView * Searches for the first item above @p i which is one level higher. * For 1st level items this will always be the listview's root item. */ - static TQListViewItem* tqparentItem( TQListViewItem* i ); + static TQListViewItem* parentItem( TQListViewItem* i ); signals: void editorButtonClicked( K3bListViewItem*, int ); |