Rename KInstance and KAboutData to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 12 years ago
parent ff0131b3f6
commit 516be2c748

@ -44,8 +44,8 @@ static KCmdLineOptions options[] =
int main(int argc, char *argv[])
{
KAboutData aboutData( "knutclient", I18N_NOOP("KNutClient"),
VERSION, description, KAboutData::License_GPL,
TDEAboutData aboutData( "knutclient", I18N_NOOP("KNutClient"),
VERSION, description, TDEAboutData::License_GPL,
"(c) 2002 - 2009 Daniel Prynych", "Zajecov, Czech Republic", 0, "Daniel@prynych.cz");
aboutData.addAuthor("Daniel Prynych",0, "Daniel@prynych.cz","http://www.knut.noveradsl.cz/knutclient/");
aboutData.addCredit("Arnaud Quette",0,"arnaud.quette@free.fr","http://www.networkupstools.org/");

Loading…
Cancel
Save