summaryrefslogtreecommitdiffstats
path: root/amarok/src/actionclasses.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'amarok/src/actionclasses.cpp')
-rw-r--r--amarok/src/actionclasses.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/amarok/src/actionclasses.cpp b/amarok/src/actionclasses.cpp
index 5710fa44..89d3a45d 100644
--- a/amarok/src/actionclasses.cpp
+++ b/amarok/src/actionclasses.cpp
@@ -314,7 +314,7 @@ void AnalyzerContainer::changeAnalyzer()
void
AnalyzerContainer::mousePressEvent( TQMouseEvent *e)
{
- if( e->button() == Qt::LeftButton ) {
+ if( e->button() == TQt::LeftButton ) {
AmarokConfig::setCurrentPlaylistAnalyzer( AmarokConfig::currentPlaylistAnalyzer() + 1 );
changeAnalyzer();
}