Rename KCmd to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 12 years ago
parent ed6d66d417
commit e5202b1ce8

@ -35,12 +35,12 @@
static const char description[] = I18N_NOOP ( "KBFX Configuration Utility" );
static const char version[] = APPLICATION_VERSION;
static const KCmdLineOptions options[] =
static const TDECmdLineOptions options[] =
{
{"install <theme URL>", I18N_NOOP ( "Install KBFX theme from <URL>" ), 0},
{ "prepare <folder URL>", I18N_NOOP ( "Prepare KBFX theme from folder <URL>" ), 0 },
{ "about", I18N_NOOP ( "Show the About page" ), 0 },
KCmdLineLastOption
TDECmdLineLastOption
};
static KbfxConfigApp *mainWin = 0;

Loading…
Cancel
Save