|
|
|
@ -9,7 +9,7 @@
|
|
|
|
|
#include <klocale.h>
|
|
|
|
|
|
|
|
|
|
static const char *description =
|
|
|
|
|
I18N_NOOP("A KDE KPart Application");
|
|
|
|
|
I18N_NOOP("A TDE KPart Application");
|
|
|
|
|
|
|
|
|
|
static const char *version = "0.1";
|
|
|
|
|
|
|
|
|
@ -21,7 +21,7 @@ static KCmdLineOptions options[] =
|
|
|
|
|
|
|
|
|
|
int main(int argc, char **argv)
|
|
|
|
|
{
|
|
|
|
|
KAboutData about("kdedcoptest", I18N_NOOP("KDEDcopTest"), version, description,
|
|
|
|
|
KAboutData about("kdedcoptest", I18N_NOOP("TDEDcopTest"), version, description,
|
|
|
|
|
KAboutData::License_GPL, "(C) 2003 Julian Rockey", 0, 0, "kde@jrockey.com");
|
|
|
|
|
about.addAuthor( "Julian Rockey", 0, "kde@jrockey.com" );
|
|
|
|
|
KCmdLineArgs::init(argc, argv, &about);
|
|
|
|
|