Rename KCmd to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 12 years ago
parent 316bb75e9e
commit 38d95941c9

@ -26,12 +26,12 @@
#include "mainwindow.h"
#include "version.h"
static KCmdLineOptions options[] =
static TDECmdLineOptions options[] =
{
{ "menu <argument>", I18N_NOOP("Menu file"), "systemsettings" },
{ "e", 0, 0 },
{ "noembed", I18N_NOOP("Embed windows"), 0 },
KCmdLineLastOption
TDECmdLineLastOption
};
int main( int argc, char *argv[] )

Loading…
Cancel
Save