summaryrefslogtreecommitdiffstats
path: root/amarok/src/collectionscanner/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:50:32 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:50:32 -0600
commitbc9607c30f2a4c4f2d38de48551eda2e302f51d7 (patch)
treefa5f3daab2cf062be1f4c64cef67da03bfc4eea1 /amarok/src/collectionscanner/main.cpp
parentda4ca3f989f10e5db2b5e8ecc434e9675f5598dd (diff)
downloadamarok-bc9607c30f2a4c4f2d38de48551eda2e302f51d7.tar.gz
amarok-bc9607c30f2a4c4f2d38de48551eda2e302f51d7.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'amarok/src/collectionscanner/main.cpp')
-rw-r--r--amarok/src/collectionscanner/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/amarok/src/collectionscanner/main.cpp b/amarok/src/collectionscanner/main.cpp
index dd15d9d0..8cb883eb 100644
--- a/amarok/src/collectionscanner/main.cpp
+++ b/amarok/src/collectionscanner/main.cpp
@@ -29,9 +29,9 @@
int main( int argc, char *argv[] )
{
- const KAboutData about( "amarokcollectionscanner",
+ const TDEAboutData about( "amarokcollectionscanner",
I18N_NOOP( "Amarok Collection Scanner\n\nNote: For debugging purposes this application can be invoked from the command line, but it will not actually build a collection this way." ), "0.1",
- I18N_NOOP( "Collection Scanner for Amarok" ), KAboutData::License_GPL,
+ I18N_NOOP( "Collection Scanner for Amarok" ), TDEAboutData::License_GPL,
I18N_NOOP( "(C) 2003-2006, The Amarok Developers" ),
I18N_NOOP( "IRC:\nserver: irc.freenode.net / channels: #amarok #amarok.de #amarok.es\n\nFeedback:\namarok@kde.org" ),
I18N_NOOP( "http://amarok.kde.org" ) );