From 8a2b1b754727b006e9fdf9601c5961dcf841bbc7 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 19:50:36 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- src/aboutdata.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/aboutdata.cpp') diff --git a/src/aboutdata.cpp b/src/aboutdata.cpp index fa70b6f..b5e8cfd 100644 --- a/src/aboutdata.cpp +++ b/src/aboutdata.cpp @@ -31,8 +31,8 @@ static const char description[] = I18N_NOOP( // Or how to make order of disorganized toughts. AboutData::AboutData() - : KAboutData( "basket", I18N_NOOP("BasKet Note Pads"), - VERSION, description, KAboutData::License_GPL_V2, + : TDEAboutData( "basket", I18N_NOOP("BasKet Note Pads"), + VERSION, description, TDEAboutData::License_GPL_V2, "(c) 2003-2007, S\303\251bastien Lao\303\273t", 0, "http://basket.kde.org/", "basket-devel@lists.sourceforge.net" ) -- cgit v1.2.1