|
|
@ -16,9 +16,9 @@ static const KCmdLineOptions options[] =
|
|
|
|
{ 0, 0, 0 }
|
|
|
|
{ 0, 0, 0 }
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
static KAboutData about(
|
|
|
|
static TDEAboutData about(
|
|
|
|
APP_NAME, I18N_NOOP( APP_PRETTYNAME ), APP_VERSION,
|
|
|
|
APP_NAME, I18N_NOOP( APP_PRETTYNAME ), APP_VERSION,
|
|
|
|
I18N_NOOP("Graphical disk-usage information"), KAboutData::License_GPL_V2,
|
|
|
|
I18N_NOOP("Graphical disk-usage information"), TDEAboutData::License_GPL_V2,
|
|
|
|
I18N_NOOP("(C )2006 Max Howell"), 0,
|
|
|
|
I18N_NOOP("(C )2006 Max Howell"), 0,
|
|
|
|
"http://www.methylblue.com/filelight/", "filelight@methylblue.com" );
|
|
|
|
"http://www.methylblue.com/filelight/", "filelight@methylblue.com" );
|
|
|
|
|
|
|
|
|
|
|
|