summaryrefslogtreecommitdiffstats
path: root/noatun
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:20:31 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:20:31 -0600
commitfcd5041fd6bf0cea48980d8a035468b2cdb5fff2 (patch)
treeaa0c8d74da1f6fbe13337d07bdf046ef3df80e35 /noatun
parentce8519b39b2aeaf3ef667afced239d5a4643ef72 (diff)
downloadtdemultimedia-fcd5041fd6bf0cea48980d8a035468b2cdb5fff2.tar.gz
tdemultimedia-fcd5041fd6bf0cea48980d8a035468b2cdb5fff2.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'noatun')
-rw-r--r--noatun/app/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/noatun/app/main.cpp b/noatun/app/main.cpp
index 3aae6274..f78dc506 100644
--- a/noatun/app/main.cpp
+++ b/noatun/app/main.cpp
@@ -16,8 +16,8 @@ static KCmdLineOptions options[] =
extern "C" KDE_EXPORT int kdemain(int argc, char **argv)
{
- KAboutData aboutData("noatun", I18N_NOOP("Noatun"),
- version, description, KAboutData::License_BSD,
+ TDEAboutData aboutData("noatun", I18N_NOOP("Noatun"),
+ version, description, TDEAboutData::License_BSD,
I18N_NOOP("(c) 2000-2004, The Noatun Developers"),
0, "http://noatun.kde.org");
aboutData.addAuthor("Charles Samuels", I18N_NOOP("Noatun Developer"),