summaryrefslogtreecommitdiffstats
path: root/arts/tools/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'arts/tools/main.cpp')
-rw-r--r--arts/tools/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/arts/tools/main.cpp b/arts/tools/main.cpp
index 4d0fc782..0037be6e 100644
--- a/arts/tools/main.cpp
+++ b/arts/tools/main.cpp
@@ -189,9 +189,9 @@ kdDebug() << k_funcinfo << endl;
}
int main(int argc, char **argv) {
- KAboutData aboutData( "artscontrol", I18N_NOOP("aRts control"),
+ TDEAboutData aboutData( "artscontrol", I18N_NOOP("aRts control"),
ARTS_VERSION, I18N_NOOP("Control tool for the aRts server"),
- KAboutData::License_GPL, I18N_NOOP("(c) 2000 Stefan Westerfeld\n(c) 2003 Arnold Krille") );
+ TDEAboutData::License_GPL, I18N_NOOP("(c) 2000 Stefan Westerfeld\n(c) 2003 Arnold Krille") );
aboutData.addAuthor( "Stefan Westerfeld", I18N_NOOP( "Author and aRts maintainer" ), "stefan@space.twc.de" );
aboutData.addAuthor( "Arnold Krille", I18N_NOOP( "Some improvements" ), "arnold@arnoldarts.de" );