From 73ff676f11662d6178c8854a7832ebffe2ae409d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 19:55:40 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- kexi/plugins/macros/tests/komacrotest.cpp | 4 ++-- kexi/plugins/macros/tests/komacrotestgui.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'kexi/plugins') diff --git a/kexi/plugins/macros/tests/komacrotest.cpp b/kexi/plugins/macros/tests/komacrotest.cpp index 2a1cc900..33e53eb8 100644 --- a/kexi/plugins/macros/tests/komacrotest.cpp +++ b/kexi/plugins/macros/tests/komacrotest.cpp @@ -33,11 +33,11 @@ static KCmdLineOptions options[] = int main( int argc, char** argv ) { try { - KAboutData about("KoMacroTester", + TDEAboutData about("KoMacroTester", I18N_NOOP("KoMacroTester"), version, description, - KAboutData::License_LGPL, + TDEAboutData::License_LGPL, "(C) 2005 Sebastian Sauer", 0, 0, "mail@dipe.org"); TDECmdLineArgs::init(argc, argv, &about); diff --git a/kexi/plugins/macros/tests/komacrotestgui.cpp b/kexi/plugins/macros/tests/komacrotestgui.cpp index 3c9eb147..95c019f8 100644 --- a/kexi/plugins/macros/tests/komacrotestgui.cpp +++ b/kexi/plugins/macros/tests/komacrotestgui.cpp @@ -36,8 +36,8 @@ static const KCmdLineOptions options[] = int main( int argc, char** argv ) { try { - KAboutData const about("KomacroTests", I18N_NOOP("KomacroTests"), version, description, - KAboutData::License_LGPL, "(C) 2005 Tobi Krebs", 0, 0, + TDEAboutData const about("KomacroTests", I18N_NOOP("KomacroTests"), version, description, + TDEAboutData::License_LGPL, "(C) 2005 Tobi Krebs", 0, 0, "Tobi.Krebs@gmail.com"); TDECmdLineArgs::init(argc, argv, &about); -- cgit v1.2.1