diff options
author | Michele Calgaro <[email protected]> | 2018-08-23 14:48:42 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-08-23 14:48:42 +0900 |
commit | 0c6a7fd944aee25c2885025c7ebd467a878ff9ce (patch) | |
tree | b31994a2bd7e684c885ae63de30037bba0597c7a | |
parent | 1a51ca569fb641a2b63dcadf59d35db5cef5f672 (diff) | |
download | amarok-0c6a7fd944aee25c2885025c7ebd467a878ff9ce.tar.gz amarok-0c6a7fd944aee25c2885025c7ebd467a878ff9ce.zip |
Fixed typedef-related warnings from compiler.
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | amarok/src/collectionbrowser.cpp | 2 |
1 files changed, 0 insertions, 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 |