summaryrefslogtreecommitdiffstats
path: root/amarok/src/actionclasses.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-04 23:31:50 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-05 20:46:25 +0900
commitf2d298973b6d05d676b8e343f8541c08754f934d (patch)
tree58947070e41dfcb45d399a34d6276ddc84b7912e /amarok/src/actionclasses.cpp
parent9e73bb2a5a64ca8c6787707a67695a2bc55f2b01 (diff)
downloadamarok-f2d298973b6d05d676b8e343f8541c08754f934d.tar.gz
amarok-f2d298973b6d05d676b8e343f8541c08754f934d.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 25db919b40a60e28a09ee456634e825de1f93327)
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();
}