summaryrefslogtreecommitdiffstats
path: root/amarok/src
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-08-23 14:48:42 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-08-23 14:48:42 +0900
commit0c6a7fd944aee25c2885025c7ebd467a878ff9ce (patch)
treeb31994a2bd7e684c885ae63de30037bba0597c7a /amarok/src
parent1a51ca569fb641a2b63dcadf59d35db5cef5f672 (diff)
downloadamarok-0c6a7fd944aee25c2885025c7ebd467a878ff9ce.tar.gz
amarok-0c6a7fd944aee25c2885025c7ebd467a878ff9ce.zip
Fixed typedef-related warnings from compiler.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'amarok/src')
-rw-r--r--amarok/src/collectionbrowser.cpp2
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