|
|
@ -38,7 +38,7 @@ static KCmdLineOptions options[] =
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
int main ( int argc, char *argv[] ) {
|
|
|
|
int main ( int argc, char *argv[] ) {
|
|
|
|
KLocale::setMainCatalogue( "tdelibs" );
|
|
|
|
TDELocale::setMainCatalogue( "tdelibs" );
|
|
|
|
TDEAboutData aboutdata( "kmfiptinterface", I18N_NOOP( "TDE" ),
|
|
|
|
TDEAboutData aboutdata( "kmfiptinterface", I18N_NOOP( "TDE" ),
|
|
|
|
version, description,
|
|
|
|
version, description,
|
|
|
|
TDEAboutData::License_GPL, "(C) 2001, Christian Hubinger" );
|
|
|
|
TDEAboutData::License_GPL, "(C) 2001, Christian Hubinger" );
|
|
|
|