diff options
author | Timothy Pearson <[email protected]> | 2013-01-22 19:53:16 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-22 19:53:16 -0600 |
commit | 0bb16222af363e31a5b825789203461556703bdd (patch) | |
tree | ff52756dbe25cd3e44e2fb79cd2ee4de2239dd51 /src/main.cpp | |
parent | f6107ad4646372ea0c8a517fbe91c0c2786513ea (diff) | |
download | kmplayer-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.cpp | 4 |
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); |