From 0bb16222af363e31a5b825789203461556703bdd Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 19:53:16 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 7799a18..00b0183 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -45,8 +45,8 @@ extern "C" { { setsid (); - KAboutData aboutData ("kmplayer", I18N_NOOP ("KMPlayer"), - VERSION, description, KAboutData::License_GPL, + TDEAboutData aboutData ("kmplayer", I18N_NOOP ("KMPlayer"), + VERSION, description, TDEAboutData::License_GPL, "(c) 2002-2005, Koos Vriezen", 0, 0, ""); aboutData.addAuthor( "Koos Vriezen",0, ""); TDECmdLineArgs::init (argc, argv, &aboutData); -- cgit v1.2.1