diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 19:51:48 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 19:51:48 -0600 |
commit | 8ba0ef1204507cbc66bb5c3bbe3b3541f5059b6d (patch) | |
tree | 83a8cef9f25e7ad25d77b10fddcca6430bc29649 | |
parent | c4b21343f809a2875ba280bf0b28c8b2b78dffc7 (diff) | |
download | k9copy-8ba0ef1204507cbc66bb5c3bbe3b3541f5059b6d.tar.gz k9copy-8ba0ef1204507cbc66bb5c3bbe3b3541f5059b6d.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
-rwxr-xr-x | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index dd03af6..fc90e99 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -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")); |