Rename KCmd to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 11 years ago
parent c51f03ddd7
commit dc11a5d512

@ -23,9 +23,9 @@
#include "klc.h"
static KCmdLineOptions options[] =
static TDECmdLineOptions options[] =
{
KCmdLineLastOption
TDECmdLineLastOption
};
int main(int argc, char *argv[])

@ -41,7 +41,7 @@
/* ****************************************************************** */
// Our command line options
static KCmdLineOptions options[] =
static TDECmdLineOptions options[] =
{
{"+[file to open]", I18N_NOOP("File to be opened at startup."), 0},
{"l", I18N_NOOP("Print found libraries and exit."), 0},
@ -52,7 +52,7 @@ static KCmdLineOptions options[] =
{"nocategories", I18N_NOOP("Categories"), 0},
{"nomountview", I18N_NOOP("Mount view"), 0},
KCmdLineLastOption
TDECmdLineLastOption
};
int main(int argc, char *argv[])

Loading…
Cancel
Save