summaryrefslogtreecommitdiffstats
path: root/kmobile/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmobile/main.cpp')
-rw-r--r--kmobile/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmobile/main.cpp b/kmobile/main.cpp
index be36a08c..1318352b 100644
--- a/kmobile/main.cpp
+++ b/kmobile/main.cpp
@@ -37,8 +37,8 @@ static KCmdLineOptions options[] =
int main(int argc, char **argv)
{
- KAboutData about("kmobile", I18N_NOOP("KMobile"), version, description,
- KAboutData::License_GPL, "(C) 2003-2005 Helge Deller", 0, 0, "deller@kde.org");
+ TDEAboutData about("kmobile", I18N_NOOP("KMobile"), version, description,
+ TDEAboutData::License_GPL, "(C) 2003-2005 Helge Deller", 0, 0, "deller@kde.org");
about.addAuthor( "Helge Deller", 0, "deller@kde.org" );
TDECmdLineArgs::init(argc, argv, &about);
TDECmdLineArgs::addCmdLineOptions(options);