diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 20:22:15 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 20:22:15 -0600 |
commit | 5fc6f26e12b596addd235f87320c31761bd5a84d (patch) | |
tree | 0a1ff964c23fce07fc088017df4ad537d57e62e5 /korn | |
parent | 12c8a23fe75817cb4bfcd604c1863266dd75e840 (diff) | |
download | tdepim-5fc6f26e12b596addd235f87320c31761bd5a84d.tar.gz tdepim-5fc6f26e12b596addd235f87320c31761bd5a84d.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'korn')
-rw-r--r-- | korn/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korn/main.cpp b/korn/main.cpp index 32eed7517..073a7fcc0 100644 --- a/korn/main.cpp +++ b/korn/main.cpp @@ -16,8 +16,8 @@ static const char version[] = "0.4"; int main(int argc, char *argv[]) { - KAboutData aboutData(argv[0], I18N_NOOP("Korn"), - version, description, KAboutData::License_GPL, + TDEAboutData aboutData(argv[0], I18N_NOOP("Korn"), + version, description, TDEAboutData::License_GPL, I18N_NOOP("(c) 1999-2004, The Korn Developers")); aboutData.addAuthor("Sirtaj Singh Kang",0, "taj@kde.org"); aboutData.addAuthor("Cristian Tibirna",0, "tibirna@kde.org"); |