summaryrefslogtreecommitdiffstats
path: root/kommander/executor/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/executor/main.cpp')
-rw-r--r--kommander/executor/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kommander/executor/main.cpp b/kommander/executor/main.cpp
index 89c4c5c0..b631fd2b 100644
--- a/kommander/executor/main.cpp
+++ b/kommander/executor/main.cpp
@@ -55,8 +55,8 @@ static KCmdLineOptions options[] =
int main(int argc, char *argv[])
{
- KAboutData aboutData( "kmdr-executor", I18N_NOOP("Kommander Executor"),
- KOMMANDER_VERSION, description, KAboutData::License_GPL,
+ TDEAboutData aboutData( "kmdr-executor", I18N_NOOP("Kommander Executor"),
+ KOMMANDER_VERSION, description, TDEAboutData::License_GPL,
"(c) 2002, Marc Britton, (C) 2008 Andras Mantia", 0, 0, "http://kommander.tdewebdev.org");
aboutData.addAuthor("Andras Mantia", I18N_NOOP("Current maintainer"), "amantia@tdewebdev.org");
aboutData.addAuthor("Michal Rudolf", I18N_NOOP("Previous maintainer"), "mrudolf@tdewebdev.org");