summaryrefslogtreecommitdiffstats
path: root/amarok/src/playlist.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:17:47 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:17:47 -0600
commite5bc9e738a5995a7df7a1071917208c91eb67e69 (patch)
treecf1eece07478996f3274991c65acd6e06408fd48 /amarok/src/playlist.cpp
parent436105bc56d5da0fdc18c599a2183d547587a204 (diff)
downloadamarok-e5bc9e738a5995a7df7a1071917208c91eb67e69.tar.gz
amarok-e5bc9e738a5995a7df7a1071917208c91eb67e69.zip
Rename additional global TQt functions
Diffstat (limited to 'amarok/src/playlist.cpp')
-rw-r--r--amarok/src/playlist.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/amarok/src/playlist.cpp b/amarok/src/playlist.cpp
index 835fe159..81b36e49 100644
--- a/amarok/src/playlist.cpp
+++ b/amarok/src/playlist.cpp
@@ -2168,8 +2168,8 @@ Playlist::safeClear()
/* 3.3.5 and 3.3.6 have bad KListView::clear() functions.
3.3.5 forgets to clear the pointer to the highlighted item.
3.3.6 forgets to clear the pointer to the last dragged item */
- if ( strcmp( qVersion(), "3.3.5" ) == 0
- || strcmp( qVersion(), "3.3.6" ) == 0 )
+ if ( strcmp( tqVersion(), "3.3.5" ) == 0
+ || strcmp( tqVersion(), "3.3.6" ) == 0 )
{
bool block = signalsBlocked();
blockSignals( true );