From 8856e75c203aa69be210b2fee1095ab9761aca7e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:23:08 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- kcalc/kcalc.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kcalc/kcalc.cpp') diff --git a/kcalc/kcalc.cpp b/kcalc/kcalc.cpp index cbf8218..5242cc4 100644 --- a/kcalc/kcalc.cpp +++ b/kcalc/kcalc.cpp @@ -2269,8 +2269,8 @@ bool KCalculator::eventFilter(TQObject *o, TQEvent *e) extern "C" KDE_EXPORT int kdemain(int argc, char *argv[]) { - KAboutData aboutData( "kcalc", I18N_NOOP("KCalc"), - version, description, KAboutData::License_GPL, + TDEAboutData aboutData( "kcalc", I18N_NOOP("KCalc"), + version, description, TDEAboutData::License_GPL, I18N_NOOP("(c) 2003-2005, Klaus Niederkr" "\xc3\xbc" "ger\n" "(c) 1996-2000, Bernd Johannes Wuebben\n" "(c) 2000-2005, The KDE Team")); -- cgit v1.2.3