Rename KInstance and KAboutData to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 12 years ago
parent 21155594eb
commit f481634d9e

@ -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" );

Loading…
Cancel
Save