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 --- kscd/kscd.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kscd/kscd.cpp') diff --git a/kscd/kscd.cpp b/kscd/kscd.cpp index 6c26e1d3..cc9bc389 100644 --- a/kscd/kscd.cpp +++ b/kscd/kscd.cpp @@ -1605,9 +1605,9 @@ static const KCmdLineOptions options[] = */ int main( int argc, char *argv[] ) { - KAboutData aboutData("kscd", I18N_NOOP("KsCD"), + TDEAboutData aboutData("kscd", I18N_NOOP("KsCD"), KSCDVERSION, description, - KAboutData::License_GPL, + TDEAboutData::License_GPL, "(c) 2001, Dirk Försterling\n(c) 2003, Aaron J. Seigo"); aboutData.addAuthor("Aaron J. Seigo", I18N_NOOP("Current maintainer"), "aseigo@kde.org"); aboutData.addAuthor("Alexander Kern",I18N_NOOP("Workman library update, CDTEXT, CDDA"), "kernalex@kde.org"); -- cgit v1.2.1