summaryrefslogtreecommitdiffstats
path: root/amarok/src/collectionscanner/collectionscanner.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 23:53:00 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 23:53:00 -0600
commit0d44d32a5b8a9dff508eac81e27fb2d4d646e7ff (patch)
tree9a6e711c7eca7355c96bc420f75d14be7f8da0bd /amarok/src/collectionscanner/collectionscanner.cpp
parent6af316310b09b2b54606556f5ae0b7e96be845f9 (diff)
downloadamarok-0d44d32a5b8a9dff508eac81e27fb2d4d646e7ff.tar.gz
amarok-0d44d32a5b8a9dff508eac81e27fb2d4d646e7ff.zip
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'amarok/src/collectionscanner/collectionscanner.cpp')
-rw-r--r--amarok/src/collectionscanner/collectionscanner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/amarok/src/collectionscanner/collectionscanner.cpp b/amarok/src/collectionscanner/collectionscanner.cpp
index ad869a4a..5e3d4d5c 100644
--- a/amarok/src/collectionscanner/collectionscanner.cpp
+++ b/amarok/src/collectionscanner/collectionscanner.cpp
@@ -50,7 +50,7 @@ CollectionScanner::CollectionScanner( const TQStringList& folders,
bool incremental,
bool importPlaylists,
bool restart )
- : KApplication( /*allowStyles*/ false, /*GUIenabled*/ false )
+ : TDEApplication( /*allowStyles*/ false, /*GUIenabled*/ false )
, m_importPlaylists( importPlaylists )
, m_folders( folders )
, m_recursively( recursive )