summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-22 19:53:16 -0600
committerTimothy Pearson <[email protected]>2013-01-22 19:53:16 -0600
commit0bb16222af363e31a5b825789203461556703bdd (patch)
treeff52756dbe25cd3e44e2fb79cd2ee4de2239dd51 /src/main.cpp
parentf6107ad4646372ea0c8a517fbe91c0c2786513ea (diff)
downloadkmplayer-0bb16222af363e31a5b825789203461556703bdd.tar.gz
kmplayer-0bb16222af363e31a5b825789203461556703bdd.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
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);