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 --- kshisen/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kshisen') diff --git a/kshisen/main.cpp b/kshisen/main.cpp index d492e01c..00bff799 100644 --- a/kshisen/main.cpp +++ b/kshisen/main.cpp @@ -53,8 +53,8 @@ static const char dummy[] = I18N_NOOP2("Menu title", "&Move"); int main(int argc, char **argv) { - KAboutData aboutData( "kshisen", I18N_NOOP("Shisen-Sho"), - KSHISEN_VERSION, description, KAboutData::License_GPL, + TDEAboutData aboutData( "kshisen", I18N_NOOP("Shisen-Sho"), + KSHISEN_VERSION, description, TDEAboutData::License_GPL, "(c) 1997, Mario Weilguni"); aboutData.addAuthor("Dave Corrie", I18N_NOOP("Current Maintainer"), "kde@davecorrie.com"); aboutData.addAuthor("Mario Weilguni", I18N_NOOP("Original Author"), "mweilguni@sime.com"); -- cgit v1.2.1