From fcd5041fd6bf0cea48980d8a035468b2cdb5fff2 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:20:31 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- kaudiocreator/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kaudiocreator') diff --git a/kaudiocreator/main.cpp b/kaudiocreator/main.cpp index 16fb3631..8bd6c94b 100644 --- a/kaudiocreator/main.cpp +++ b/kaudiocreator/main.cpp @@ -31,8 +31,8 @@ static const KCmdLineOptions options[] = { int main(int argc, char *argv[]){ - KAboutData aboutData("kaudiocreator", I18N_NOOP("KAudioCreator"), "1.13", - I18N_NOOP("CD ripper and audio encoder frontend"), KAboutData::License_LGPL, "(c) 2003-2005, Benjamin Meyer", + TDEAboutData aboutData("kaudiocreator", I18N_NOOP("KAudioCreator"), "1.13", + I18N_NOOP("CD ripper and audio encoder frontend"), TDEAboutData::License_LGPL, "(c) 2003-2005, Benjamin Meyer", 0, "http://www.icefox.net/"); aboutData.addAuthor("Benjamin Meyer", I18N_NOOP("Original author"), "ben+kaudiocreator@meyerhome.net", "http://www.icefox.net/"); -- cgit v1.2.1