From c75428cb70ed336c2d3f40d71ad41444097a6626 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:17:59 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- kreversi/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kreversi') diff --git a/kreversi/main.cpp b/kreversi/main.cpp index f8c92bf9..1bf0ef79 100644 --- a/kreversi/main.cpp +++ b/kreversi/main.cpp @@ -54,8 +54,8 @@ int main(int argc, char **argv) { KHighscore::init("kreversi"); - KAboutData aboutData( "kreversi", I18N_NOOP("KReversi"), - KREVERSI_VERSION, description, KAboutData::License_GPL, + TDEAboutData aboutData( "kreversi", I18N_NOOP("KReversi"), + KREVERSI_VERSION, description, TDEAboutData::License_GPL, "(c) 1997-2000, Mario Weilguni"); aboutData.addAuthor("Mario Weilguni",0, "mweilguni@sime.com"); aboutData.addAuthor("Benjamin Meyer",0, "ben+kreversi@meyerhome.net"); -- cgit v1.2.3