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 --- twin4/twin4/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'twin4') diff --git a/twin4/twin4/main.cpp b/twin4/twin4/main.cpp index 703fffe7..d6a648f8 100644 --- a/twin4/twin4/main.cpp +++ b/twin4/twin4/main.cpp @@ -36,10 +36,10 @@ int global_debug; int main(int argc, char *argv[]) { global_debug=0; - KAboutData aboutData( "twin4", I18N_NOOP("TWin4"), + TDEAboutData aboutData( "twin4", I18N_NOOP("TWin4"), TWIN4_VERSION, I18N_NOOP("TWin4: Two player network game"), - KAboutData::License_GPL, + TDEAboutData::License_GPL, "(c) 1995-2000, Martin Heni"); aboutData.addAuthor("Martin Heni",0, "martin@heni-online.de"); aboutData.addCredit("Laura", I18N_NOOP("Beta testing"), 0); -- cgit v1.2.1