|
|
|
@ -61,9 +61,9 @@ int main(int argc, char **argv)
|
|
|
|
|
{
|
|
|
|
|
// qInstallMsgHandler( myMessageOutput );
|
|
|
|
|
|
|
|
|
|
TDEAboutData about("kompose", I18N_NOOP("Kompose"), version, description,
|
|
|
|
|
TDEAboutData::License_GPL, "(C) 2005 Hans Oischinger", "", "http://developer.berlios.de/projects/kompose", "hans.oischinger@kde-mail.net");
|
|
|
|
|
about.addAuthor( "Hans Oischinger", 0, "hans.oischinger@kde-mail.net" );
|
|
|
|
|
TDEAboutData about("kompose", I18N_NOOP("Komposé"), version, description, TDEAboutData::License_GPL,
|
|
|
|
|
"Copyright (c) 2021, The Trinity Desktop project\nCopyright (c) 2005, Hans Oischinger", "", "https://www.trinitydesktop.org/" );
|
|
|
|
|
about.addAuthor( "Hans Oischinger", "Original Author", "hans.oischinger@kde-mail.net", "http://developer.berlios.de/projects/kompose" );
|
|
|
|
|
TDECmdLineArgs::init(argc, argv, &about);
|
|
|
|
|
TDECmdLineArgs::addCmdLineOptions( options );
|
|
|
|
|
|
|
|
|
|