Rename KCmd to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 12 years ago
parent 87c44492c0
commit d55ff12692

@ -28,10 +28,10 @@
static const char description[] = static const char description[] =
I18N_NOOP("An interface for potrace and autotrace"); I18N_NOOP("An interface for potrace and autotrace");
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