From f481634d9e7b2397f6f23e7cb99ffd3270129000 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 19:59:10 -0600 Subject: [PATCH] Rename KInstance and KAboutData to avoid conflicts with KDE4 --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index bab7fa9..06dd9ae 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -30,8 +30,8 @@ static KCmdLineOptions options[] = int main(int argc, char **argv) { - KAboutData about("soundkonverter", I18N_NOOP("soundKonverter"), version, description, - KAboutData::License_GPL, "(C) 2008 Daniel Faust", 0, 0, "hessijames@gmail.com"); + TDEAboutData about("soundkonverter", I18N_NOOP("soundKonverter"), version, description, + TDEAboutData::License_GPL, "(C) 2008 Daniel Faust", 0, 0, "hessijames@gmail.com"); about.addAuthor( "Daniel Faust", 0, "hessijames@gmail.com" ); about.addCredit( "David Vignoni", "Nuvola icon theme", 0, "http://www.icon-king.com" ); about.addCredit( "Scott Wheeler", "TagLib", "wheeler@kde.org", "http://ktown.kde.org/~wheeler" );