diff options
author | Timothy Pearson <[email protected]> | 2013-02-06 19:38:34 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-06 19:38:34 -0600 |
commit | ded40140ebb153972f1707d0882e7bfa30e3aa0a (patch) | |
tree | 36ac40b20aebe0d9cb83a315f0131d49e62bf1af | |
parent | 0700f819c1603e979054381dfe7bed010c6be49e (diff) | |
download | kvkbd-ded40140ebb153972f1707d0882e7bfa30e3aa0a.tar.gz kvkbd-ded40140ebb153972f1707d0882e7bfa30e3aa0a.zip |
Rename KCmd to avoid conflicts with KDE4
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 3481d8a..b4e4f49 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -37,7 +37,7 @@ static const char description[] = static const char version[] = "0.4.8"; -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "loginhelper", I18N_NOOP("Stand alone version for use with TDM or XDM. \nYou should Add : HOME=/root kvkbd --loginhelper & to Xsetup to run in xdm/tdm"), 0 }, }; |