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 --- ksokoban/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ksokoban/main.cpp') diff --git a/ksokoban/main.cpp b/ksokoban/main.cpp index 0cc11057..f3536042 100644 --- a/ksokoban/main.cpp +++ b/ksokoban/main.cpp @@ -42,8 +42,8 @@ static KCmdLineOptions options[] = int main (int argc, char **argv) { - KAboutData aboutData("ksokoban", I18N_NOOP("KSokoban"), - version, description, KAboutData::License_GPL, + TDEAboutData aboutData("ksokoban", I18N_NOOP("KSokoban"), + version, description, TDEAboutData::License_GPL, "(c) 1998-2001 Anders Widell", 0, "http://hem.passagen.se/awl/ksokoban/"); aboutData.addAuthor("Anders Widell", 0, -- cgit v1.2.1