Rename KCmd to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 12 years ago
parent c338cebc99
commit f896e2c464

@ -57,11 +57,11 @@
#include "digikamapp.h" #include "digikamapp.h"
#include "digikamfirstrun.h" #include "digikamfirstrun.h"
static KCmdLineOptions options[] = static TDECmdLineOptions options[] =
{ {
{ "detect-camera", I18N_NOOP("Automatically detect and open camera"), 0 }, { "detect-camera", I18N_NOOP("Automatically detect and open camera"), 0 },
{ "download-from <path>", I18N_NOOP("Open camera dialog at <path>"), 0 }, { "download-from <path>", I18N_NOOP("Open camera dialog at <path>"), 0 },
KCmdLineLastOption TDECmdLineLastOption
}; };
int main(int argc, char *argv[]) int main(int argc, char *argv[])

@ -42,10 +42,10 @@
#include "daboutdata.h" #include "daboutdata.h"
#include "showfoto.h" #include "showfoto.h"
static KCmdLineOptions options[] = static TDECmdLineOptions options[] =
{ {
{ "+[file(s) or folder(s)]", I18N_NOOP("File(s) or folder(s) to open"), 0 }, { "+[file(s) or folder(s)]", I18N_NOOP("File(s) or folder(s) to open"), 0 },
KCmdLineLastOption TDECmdLineLastOption
}; };
int main(int argc, char *argv[]) int main(int argc, char *argv[])

@ -41,10 +41,10 @@
static const char *description = Digikam::themeDesignerDescription(); static const char *description = Digikam::themeDesignerDescription();
static KCmdLineOptions options[] = static TDECmdLineOptions options[] =
{ {
{ "+[URL]", I18N_NOOP( "Document to open." ), 0 }, { "+[URL]", I18N_NOOP( "Document to open." ), 0 },
KCmdLineLastOption TDECmdLineLastOption
}; };
int main(int argc, char** argv) int main(int argc, char** argv)

Loading…
Cancel
Save