diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:37:11 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:37:11 -0600 |
commit | a22a60a643fdb6c2b2db874b92e76bfb586bc0e7 (patch) | |
tree | 75b53f16a7778c1014f629ffdf9fece6aa974c29 | |
parent | b41ab6cbf502307cd3e9fd5a4935ba7eb3c4fbba (diff) | |
download | konversation-a22a60a643fdb6c2b2db874b92e76bfb586bc0e7.tar.gz konversation-a22a60a643fdb6c2b2db874b92e76bfb586bc0e7.zip |
Rename KCmd to avoid conflicts with KDE4
-rw-r--r-- | konversation/src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/konversation/src/main.cpp b/konversation/src/main.cpp index dab67de..24b28ee 100644 --- a/konversation/src/main.cpp +++ b/konversation/src/main.cpp @@ -31,7 +31,7 @@ static const char* shortDescription=I18N_NOOP("A user friendly IRC client"); -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { { "+[url]", I18N_NOOP("irc:// URL or server hostname"), 0 }, { "server <server>", I18N_NOOP("Server to connect"), 0 }, @@ -40,7 +40,7 @@ static const KCmdLineOptions options[] = { "nick <nickname>", I18N_NOOP("Nickname to use"),""}, { "password <password>", I18N_NOOP("Password for connection"),""}, { "ssl", I18N_NOOP("Use SSL for connection"),"false"}, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char* argv[]) |