|
|
|
@ -682,9 +682,9 @@ void KDialogDDirSelectDialog::slotOk()
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ifdef KDIALOGD_APP
|
|
|
|
|
static KAboutData aboutData("kdialogd3", I18N_NOOP("KDialog Daemon"), VERSION,
|
|
|
|
|
static TDEAboutData aboutData("kdialogd3", I18N_NOOP("KDialog Daemon"), VERSION,
|
|
|
|
|
I18N_NOOP("Use TDE dialogs from non-TDE apps."),
|
|
|
|
|
KAboutData::License_GPL,
|
|
|
|
|
TDEAboutData::License_GPL,
|
|
|
|
|
I18N_NOOP("(c) Craig Drummond, 2006-2007"));
|
|
|
|
|
|
|
|
|
|
int main(int argc, char **argv)
|
|
|
|
|