summaryrefslogtreecommitdiffstats
path: root/kommander/executor
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:24:21 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:24:21 -0600
commit8ba97103df12b002f6b2cf1d24a4b389a6379f61 (patch)
tree583bb7f0c8a54d0d497abec2f95a692cda8c7b30 /kommander/executor
parent0111fdc2a40580d418d365006c52845c320558b0 (diff)
downloadtdewebdev-8ba97103df12b002f6b2cf1d24a4b389a6379f61.tar.gz
tdewebdev-8ba97103df12b002f6b2cf1d24a4b389a6379f61.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'kommander/executor')
-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");