summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
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);