summaryrefslogtreecommitdiffstats
path: root/KMFIPTInterface
diff options
context:
space:
mode:
Diffstat (limited to 'KMFIPTInterface')
-rw-r--r--KMFIPTInterface/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/KMFIPTInterface/main.cpp b/KMFIPTInterface/main.cpp
index 305f29c..22f55d1 100644
--- a/KMFIPTInterface/main.cpp
+++ b/KMFIPTInterface/main.cpp
@@ -39,9 +39,9 @@ static KCmdLineOptions options[] =
int main ( int argc, char *argv[] ) {
KLocale::setMainCatalogue( "tdelibs" );
- KAboutData aboutdata( "kmfiptinterface", I18N_NOOP( "TDE" ),
+ TDEAboutData aboutdata( "kmfiptinterface", I18N_NOOP( "TDE" ),
version, description,
- KAboutData::License_GPL, "(C) 2001, Christian Hubinger" );
+ TDEAboutData::License_GPL, "(C) 2001, Christian Hubinger" );
aboutdata.addAuthor( "Christian Hubinger", I18N_NOOP( "Developer" ), "e9806056@student.tuwien.ac.at" );
TDECmdLineArgs::init( argc, argv, &aboutdata );