diff options
author | Timothy Pearson <[email protected]> | 2013-02-06 19:47:05 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-06 19:47:05 -0600 |
commit | 9a03aa40e3110a537b19f8a708d6782c69526f30 (patch) | |
tree | 4e474833681c23cc05f07959bef63fdb7453a848 /ksirc | |
parent | 516ce728ff4ffd1d1d78db856f167d180347dc02 (diff) | |
download | tdenetwork-9a03aa40e3110a537b19f8a708d6782c69526f30.tar.gz tdenetwork-9a03aa40e3110a537b19f8a708d6782c69526f30.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'ksirc')
-rw-r--r-- | ksirc/ksirc.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksirc/ksirc.cpp b/ksirc/ksirc.cpp index 1664f607..26de77de 100644 --- a/ksirc/ksirc.cpp +++ b/ksirc/ksirc.cpp @@ -35,14 +35,14 @@ static const char description[] = //TQDict<KSircTopLevel> TopList; //TQDict<KSircMessageReceiver> TopList; -class KCmdLineOptions options[] = +class TDECmdLineOptions options[] = { { "nick <nickname>", I18N_NOOP( "Nickname to use" ), 0 } , { "server <server>", I18N_NOOP( "Server to connect to on startup" ), 0 }, { "channel <#channel>", I18N_NOOP( "Channel to connect to on startup" ), 0 }, { "o", 0, 0 }, { "noautoconnect", I18N_NOOP( "Do not autoconnect on startup" ), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; class KSircSessionManaged : public KSessionManaged |