Rename KInstance and KAboutData to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 11 years ago
parent 2aeb2ce317
commit 8dd312f62f

@ -30,7 +30,7 @@ static const char *description =
int main(int argc, char **argv)
{
KAboutData aboutData( "keep", I18N_NOOP( "Keep" ),"0.4.0", description, KAboutData::License_GPL_V2,
TDEAboutData aboutData( "keep", I18N_NOOP( "Keep" ),"0.4.0", description, TDEAboutData::License_GPL_V2,
"(c) 2005 Jean-Rémy Falleri" );
aboutData.addAuthor( "Jean-Rémy Falleri", I18N_NOOP( "Maintainer" ),
"jr.falleri@laposte.net" );

Loading…
Cancel
Save