From fcd5041fd6bf0cea48980d8a035468b2cdb5fff2 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:20:31 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- arts/builder/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arts/builder/main.cpp') diff --git a/arts/builder/main.cpp b/arts/builder/main.cpp index bdfe7727..c83a5091 100644 --- a/arts/builder/main.cpp +++ b/arts/builder/main.cpp @@ -915,11 +915,11 @@ int artsbuilder_main(int argc, char **argv) int main(int argc, char **argv) #endif { - KAboutData aboutData("artsbuilder", + TDEAboutData aboutData("artsbuilder", I18N_NOOP("artsbuilder"), ARTS_VERSION, I18N_NOOP("aRts synthesizer designer"), - KAboutData::License_GPL, + TDEAboutData::License_GPL, "(C) 1998-2001, Stefan Westerfeld", I18N_NOOP("The analog real-time synthesizer graphical design tool."), "http://www.arts-project.org/", -- cgit v1.2.1