Rename KInstance and KAboutData to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 12 years ago
parent c4b21343f8
commit 8ba0ef1204

@ -63,8 +63,8 @@ static const KCmdLineOptions options[] = {
int main(int argc, char **argv) {
KAboutData about("k9copy", I18N_NOOP("k9copy"), version,description,
KAboutData::License_GPL, "(C) 2004-2006 Jean-Michel PETIT", 0, 0, "k9copy@free.fr");
TDEAboutData about("k9copy", I18N_NOOP("k9copy"), version,description,
TDEAboutData::License_GPL, "(C) 2004-2006 Jean-Michel PETIT", 0, 0, "k9copy@free.fr");
about.addAuthor( "Jean-Michel PETIT", 0, "k9copy@free.Fr" );
about.setTranslator(I18N_NOOP("_: NAME OF TRANSLATORS\\nYour names")
,I18N_NOOP("_: EMAIL OF TRANSLATORS\\nYour emails"));

Loading…
Cancel
Save