From 5fc6f26e12b596addd235f87320c31761bd5a84d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:22:15 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- korn/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'korn') diff --git a/korn/main.cpp b/korn/main.cpp index 32eed751..073a7fcc 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"); -- cgit v1.2.3