|
|
@ -124,11 +124,11 @@ ImageDialog::ImageDialog(TQWidget* parent, KIPI::Interface* interface,
|
|
|
|
|
|
|
|
|
|
|
|
// About data and help button.
|
|
|
|
// About data and help button.
|
|
|
|
|
|
|
|
|
|
|
|
KAboutData* about = new KAboutData("kipiplugins",
|
|
|
|
TDEAboutData* about = new TDEAboutData("kipiplugins",
|
|
|
|
I18N_NOOP("Image selector dialog"),
|
|
|
|
I18N_NOOP("Image selector dialog"),
|
|
|
|
kipi_version,
|
|
|
|
kipi_version,
|
|
|
|
I18N_NOOP("A Kipi dialog for image selection"),
|
|
|
|
I18N_NOOP("A Kipi dialog for image selection"),
|
|
|
|
KAboutData::License_GPL,
|
|
|
|
TDEAboutData::License_GPL,
|
|
|
|
"(c) 2004,2005, Kipi development team",
|
|
|
|
"(c) 2004,2005, Kipi development team",
|
|
|
|
0,
|
|
|
|
0,
|
|
|
|
"http://extragear.kde.org/apps/kipi");
|
|
|
|
"http://extragear.kde.org/apps/kipi");
|
|
|
|