From 9a03aa40e3110a537b19f8a708d6782c69526f30 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:47:05 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- ksirc/ksirc.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ksirc') 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 TopList; //TQDict TopList; -class KCmdLineOptions options[] = +class TDECmdLineOptions options[] = { { "nick ", I18N_NOOP( "Nickname to use" ), 0 } , { "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 -- cgit v1.2.1