From 78f8b2d68bde64c6e656effef397080ddfa1048d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:17:27 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- kbruch/src/kbruch.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kbruch') diff --git a/kbruch/src/kbruch.cpp b/kbruch/src/kbruch.cpp index 85d083d0..dd942676 100644 --- a/kbruch/src/kbruch.cpp +++ b/kbruch/src/kbruch.cpp @@ -36,11 +36,11 @@ int main(int argc, char * argv[]) /* fill the about data; the common KDE about dialog will show it to the * user */ - KAboutData aboutData( "kbruch", + TDEAboutData aboutData( "kbruch", description, KBRUCH_VERSION, I18N_NOOP("Learn calculating with fractions"), - KAboutData::License_GPL, + TDEAboutData::License_GPL, "(c) 2002-2005, Sebastian Stein", 0, "http://edu.kde.org/kbruch/", "seb.kde@hpfsc.de"); aboutData.addAuthor("Sebastian Stein",0, "seb.kde@hpfsc.de"); -- cgit v1.2.1