@ -57,11 +57,11 @@
#include "digikamapp.h"
#include "digikamfirstrun.h"
static KCmdLineOptions options[] =
static TDECmdLineOptions options[] =
{
{ "detect-camera", I18N_NOOP("Automatically detect and open camera"), 0 },
{ "download-from <path>", I18N_NOOP("Open camera dialog at <path>"), 0 },
KCmdLineLastOption
TDECmdLineLastOption
};
int main(int argc, char *argv[])
@ -42,10 +42,10 @@
#include "daboutdata.h"
#include "showfoto.h"
{ "+[file(s) or folder(s)]", I18N_NOOP("File(s) or folder(s) to open"), 0 },
@ -41,10 +41,10 @@
static const char *description = Digikam::themeDesignerDescription();
{ "+[URL]", I18N_NOOP( "Document to open." ), 0 },
int main(int argc, char** argv)