From 0c6a7fd944aee25c2885025c7ebd467a878ff9ce Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 23 Aug 2018 14:48:42 +0900 Subject: [PATCH] Fixed typedef-related warnings from compiler. Signed-off-by: Michele Calgaro --- amarok/src/collectionbrowser.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/amarok/src/collectionbrowser.cpp b/amarok/src/collectionbrowser.cpp index c9000a14..93826fea 100644 --- a/amarok/src/collectionbrowser.cpp +++ b/amarok/src/collectionbrowser.cpp @@ -563,8 +563,6 @@ CollectionView::setShowDivider( bool show ) void CollectionView::keyPressEvent( TQKeyEvent *e ) { - typedef TQListViewItemIterator It; - // Reimplement up and down to skip dividers and to loop around. // Some of this code used to be in CollectionBrowser::eventFilter. // This rewritten code is more faithful to the ordinary moving