Rename KCmd to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 11 years ago
parent b31d762e1e
commit 145a767e71

@ -31,10 +31,10 @@ static const char description[] =
static const char version[] = "0.5.7";
static KCmdLineOptions options[] =
static TDECmdLineOptions options[] =
{
// { "+[URL]", I18N_NOOP( "Document to open" ), 0 },
KCmdLineLastOption
TDECmdLineLastOption
};
int main(int argc, char **argv)

Loading…
Cancel
Save