From 2aee6764c3b63d695746bab19a8a63e4a453e1eb Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 19:50:07 -0600 Subject: [PATCH] Rename KInstance and KAboutData to avoid conflicts with KDE4 --- src/abakus.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/abakus.cpp b/src/abakus.cpp index 484cf0d..8c4e8e8 100644 --- a/src/abakus.cpp +++ b/src/abakus.cpp @@ -33,8 +33,8 @@ const char *const version = "0.91"; int main(int argc, char **argv) { - KAboutData *about = new KAboutData("abakus", I18N_NOOP("abakus"), version, - I18N_NOOP("A simple keyboard-driven calculator"), KAboutData::License_GPL, + TDEAboutData *about = new TDEAboutData("abakus", I18N_NOOP("abakus"), version, + I18N_NOOP("A simple keyboard-driven calculator"), TDEAboutData::License_GPL, "(c) 2004, 2005 Michael Pyne", 0 /* text */, "http://grammarian.homelinux.net/abakus/", "michael.pyne@kdemail.net");